Questions tagged [lavalamp]

LavaLamp is a jQuery navigation menu which exhibits the nifty effect of a lava lamp. When the mouse hovers over the menu items they are highlighted with an animated smooth sliding effect which adapts to match the size of the menu item text.

LavaLamp is developed for jQuery by Ganeshji Marwaha. The effect LavaLamp uses was originally written by Guillermo Rauch for the MooTools JavaScript library.

67 questions
0
votes
1 answer

Multiple jQuery scripts conflict

I have a problem with some jQuery scripts. They work separately(when usage of another is commented) but when I want them to work together it stops working completely. I read about .noConflict() method. However, I'm quite new to js and jQ and I'm not…
Macple
  • 41
  • 11
0
votes
1 answer

hover to trigger tooltip and menu animation

How do I combine actions on events. So a hover will animate the menu and display the tooltip attached to that menu item. I am currenlty using the lavalamp and beautytips plugins.
kingchris
  • 1,677
  • 22
  • 29
0
votes
2 answers

Getting Lavalamp jQuery plugin to work with dropdown menu?

I have a problem with the jQuery Lavalamp plugin. It works perfectly with a single-level menu, but after adding a dropdown it gets a bit lost. Here's what I mean: http://screenr.com/0fS. Of course what I would like to achieve is for the lavalamp…
Justine
  • 1,808
  • 5
  • 26
  • 36
0
votes
1 answer

jquery lavalamp children don't stay

Good morning. I got a problem with lavalamp, I have a web app structure like Home Category1 --Product1 --Product2 --Product3 Category2 --Product4 --Product5 --Product6 I have a top navigation with Home, Category1 and Category2. But when I go in…
Mart
  • 49
  • 9
0
votes
0 answers

Conflict with jQuery easing, county and lavalamp plugins?

i am using jQuery easing, county and lavalamp plugins in a site i am working. the menu which uses lavalamp plugin is not working.. The instantiating code is $(function() { $("#fluidMenuBar").lavaLamp({ fx: "backout", …
Pramodh
  • 775
  • 2
  • 9
  • 17
0
votes
2 answers

Menu animation and hover state - simple jQuery solution (LavaLamp menu's idea)

I'm having the following issue with a primary site navigation menu. I have already reviewed some questions the editor suggets when asking the quetion, but none are the thing I'm looking for... I'm really sorry for making such a specific…
Santiago Baigorria
  • 700
  • 1
  • 6
  • 15
0
votes
1 answer

jQuery LavaLamp drop down

I was looking for a solution, but unfortunately I could not find any. It is about maintaining a floating border. When you pointing element of sub ​​menu, border runs to position .active li (depending on which page is active - for example: if home…
Borys Rybak
  • 100
  • 1
  • 9
0
votes
2 answers

Lavalamp Menu - Uncaught TypeError

I was searching for Lavalamp menu solution and I found this little script. I am not sure if that's the best one around but looks nice and can be easily modified. However it contain one error in console and I don't like errors so any help would be…
dvlden
  • 2,402
  • 8
  • 38
  • 61
0
votes
2 answers

jquery Uncaught TypeError: Cannot read property 'left' of undefined

Recently, I've made a lavalamp plugin based on a nettuts tutorial and it worked well on my other site. I wanted to reuse it with my other site but I'm getting this error: Uncaught TypeError: Cannot read property 'left' of undefined I am a…
Web Student
  • 735
  • 3
  • 15
  • 27
0
votes
3 answers

lava lamp menu url not working

I have a problem with my lava lamp script. generally speaking - URLs are not working. they seem ok in html, so I assume it must be a jQuery code which locks everything inside the page. Could you please take a look and let me know what is wrong with…
Piotr Ciszewski
  • 1,691
  • 4
  • 30
  • 53
0
votes
1 answer

jQuery LavaLamp menu selection

I'm sure many of you are aware of the jQuery LavaLamp: http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/ I know that I can make the class="current" of my li tag if I want to manually select what option is selected, but is their a…
JosephFTaylor
  • 99
  • 2
  • 11
0
votes
2 answers

jquery hover selector - another way

I have a set of menu like this:
  • Menu 1
  • Menu 2
  • Menu 3
    • Sub Menu 1
    • Sub Menu 2
    • Sub Menu 3
Henry Gunawan
  • 922
  • 3
  • 18
  • 38
0
votes
1 answer

JQuery Lava Lamp Drop Down covered by slideshow and changes position incorrectly when resizing browser

So after solving a bunch of other problems with this navigation. I have two last small problems. The first, which is more important to fix, is that when the drop down falls, it is cut off by the containing div which is part of a grid. Instead it…
0
votes
4 answers

lavalamp jquery not linking through

I'm struggling getting my lavalamp to work on a site i'm redesigning. the jquery and links were taken from the previous site but they're not working when you click on them. note all pages aren't finished yet, about us page is live on the site to…
Stuart Robson
  • 1,149
  • 4
  • 22
  • 42
0
votes
1 answer

jQuery horizontal list slider - LavaLamp

I've been trying to recreate the "Budget" slider from the Hitmo website: http://hitmo-studio.com/contact.html#budget-panel-container But I can't get it running as smoothly as the Hitmo slider: http://jsfiddle.net/XNBMr/1/ Things I need: Smoother…
JV10
  • 891
  • 3
  • 17
  • 40