RSS

Forum | Jquery LavaLamp Help

This Forum is Currently Locked – Access is Read Only
You must be logged in to post
Search Forums:


 






Jquery LavaLamp Help

UserPost

6:24 AM
Jan 19, 2010


conartistdesign

Member

posts 6

1

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

2

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

3

Wolfram: Thanks for the help but it seems that is what I have already.Bakie

Im so glad we still have bakies.

10:11 PM
Jan 19, 2010


wfiedler

Moderator

posts 100

4

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

5

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

wow. thank you so much.

6:17 AM
Jan 21, 2010


bakercad

Member

posts 16

7

no problem….glad to help