Hi guys
I'm trying out this lavalamp effect on my nav but it doesn't quiet do the trick..
the effect works, but if I try clicking other links, nothing happens
here's a live demo:
http://cascadiagraphics.be/bo/index.html
http://cascadiagraphics.be/bo/contact.html
those are the 2 pages I have, but i cant get the current page selected in the nav. and I also can't click the items in the nav to go from one page to the other. don't know what to do here...
using these scripts
Code:
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.min.js"></script>
<script type="text/javascript" src="js/jquery.lavalamp.min.js"></script>
<script type="text/javascript">
$(function() {
$("#3").lavaLamp({
fx: "backout",
speed: 700,
click: function(event, menuItem) {
return false;
}
});
});
</script>
hope anyone understands my problem..
greets