I have this menu called "lava lamp menu" that i downloaded which is based on jquery, maybe some of you have heard of it.I have configured & styled it as i want it but it won't link to the specified pages.That's the only problem because it's animating just as i wanted it to but it won't link.I have done some research & when i chnge the "false" to "true" in this script
<script type="text/javascript">
$(function() {
$("#2").lavaLamp({
fx: "backout",
speed: 700,
click: function(event, menuItem) {
return false;
}
});
});
</script>
it links to the appropriate link but the background won't highlight the active menu item.There is a file that creates the animation that assigns a "current" class to the first LI and thus the bg image goes back to this menu item.Any one with some clue what could be the problem??Ooh also i have the jquery no conflict mode as i have some modules that are using motools that were conflicting with the code initially but now they seem to be just fine. Thanx in advance.