User Post
6:24 AM Jan 19, 2010
conartistdesign
Member
posts 6
Hey guys,
Im making the website for my robotics club and im using the Jquery version of lavalamp in the nav. I can't get it to work for some reason. It works in IE but not FF or Opera. Could anyone take a look? The site is team2556.com
Thanks a million,
Connor
8:48 AM Jan 19, 2010
wfiedler
Moderator
posts 100
Connor,
try this:
<script type="text/javascript">
$(function() { $(".lavaLamp").lavaLamp({ fx: "backout", speed: 700 });
</script>
12:23 PM Jan 19, 2010
conartistdesign
Member
posts 6
Wolfram: Thanks for the help but it seems that is what I have already.
Im so glad we still have bakies.
10:11 PM Jan 19, 2010
wfiedler
Moderator
posts 100
In your code I saw you have some parentheses/brackets too much at the end.
11:22 AM Jan 20, 2010
bakercad
Member
posts 16
in your code, you have
<br class="clear" />
before your closing ul tag in the menu…..remove that & I think you're all good
8:58 PM Jan 20, 2010
conartistdesign
Member
posts 6
6:17 AM Jan 21, 2010
bakercad
Member
posts 16