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
1
vote
0 answers

lava style menu - no attached li at last

I need to make a lava menu style menu but instead of the blob shown in nettuts+ I'm trying to get a custom pointer to move horizontally (animated) when the cursor hovers over the
  • elements. I'm unable to get the pointer at the end of the
  • Code Name
    • 29
    • 6
    1
    vote
    1 answer

    Problems making lava lamp drop down menu dynamic using Wordpress

    After a lot of work and a whole bunch of searching and combining code, I finally got my lava lamp drop down menu navigation to work (Look here: http://lookseewatch.com/overflowexample/menu.html). Great. Here's the problem: I cannot for the life of…
    1
    vote
    0 answers

    bx slider DestroyShow conflicts with jquery lavaLamp

    I am having a problem with BX Slider conflicting with LavaLamp. This is where I am at. Firstly I have set up my lavalamp menu, //Initialise Lavalamp $(function() { $(".menu ul").lavaLamp({ speed: 200, fx: 'easeOutBack' …
    Colin Tait
    • 11
    • 1
    1
    vote
    1 answer

    Persist CSS changes over postback

    I am using Lavalamp jquery plugin. The problem with this jquery is upon clicking upon on a menu/or upon postback. The selected menu does not persist. I come to know that we need to set a css class "current" to the menu which we want to select. But…
    manav inder
    • 3,531
    • 16
    • 45
    • 62
    1
    vote
    2 answers

    Conflict between jQuery plugin LavaLamp and jQuery cycle

    I am having problems with what I suspect is a conflict between jQuery plugin LavaLamp and jQuery plugin cycle. The lavalamp worked well until I added the cycle all script URL for the working lavalamp menu is…
    0
    votes
    1 answer

    Issue with jQuery Lavalamp active state

    Good Afternoon, I am having a hard time setting the navigational links to active state when a user clicks on the link. I have a header.php file that holds the nav and lavalamp id. The header.php is included on each page. When I click on the "about"…
    telo78
    • 121
    • 2
    • 15
    0
    votes
    1 answer

    jQuery Version conversion issue for Lavalamp plugin

    Here's the demo : http://jsfiddle.net/xuforia/zZGsT/1/ I am trying to use a little plugin for menu animation. However, I want to use it with the latest version of jQuery. It does everything I want it to do right now with jQuery version 1.5. However,…
    Xtatic Uforia
    • 99
    • 1
    • 1
    • 7
    0
    votes
    1 answer

    Lava lamp menu - how to change text color inside hover box

    I have implemented Lava Lamp menu using jQuery. I would like to know if it is possible to change color of text inside hover box. For e.g. Below is the default lamp menu where hover box is on "Home" and font color of text inside hover box is red…
    Vinay Jeurkar
    • 3,054
    • 9
    • 37
    • 56
    0
    votes
    1 answer

    LavaLamp menu (jquery) links not working

    I want to implement the LavaLamp menu style in my site. The effect works fine (so far tested in Chrome) but when I click on any element with a link it doesn't go anywhere. This is the script: $(function() { $("#1, #2, #3").lavaLamp({ fx:…
    Claudio
    • 3,814
    • 7
    • 28
    • 34
    0
    votes
    2 answers

    Lava Lamp navigation jQuery Firefox

    I'm experiancing a weird problem with my lava lamp navigation. It's adapted after Jeffrey Way's Lava lamp tutorial. The code for the lava lamp is at the bottom. Problems appear mainly in firefox (I'm using FF6) but occationally also in Chrome and…
    0
    votes
    2 answers

    How to change link color when hovering or clicking lavalamp jquery menu?

    I am using LavaLamp script for my horizontal menu http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/ Active or hovered link is now grey. I want to change color on hover (or clicked) menu item, to look like…
    user894806
    0
    votes
    2 answers

    jquery - lavalamp - image problem

    I have this menu where I use the jQuery lavalamp plugin, but I have a problem. I don't use text (tested this, works fine) in the menu, but instaid I use images. Now my problem with that is that the lavalamp doesn't resize to the full width of the…
    user869392
    0
    votes
    2 answers

    several jquery lavalamp menus on one page

    I am using several of those jquery lavalamp menus http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/?cp=16 on one single page that uses vertical eased scrolling. So everytime i scroll to my next anchor there is a new lavalamp menu…
    0
    votes
    1 answer

    problem with Jquery/lavalamp(newbie)

    I have this code: it will not work I downloaded the includes that needed but no result where I should put the code? I think putting in locations have problem
    Nickool
    • 3,662
    • 10
    • 42
    • 72
    0
    votes
    1 answer

    Problem with Lavalamp and One Page Navigation combination

    I am trying to make a new personal website.. The problem is that I am not very skilled with jQuery and I guess I bite off more than I can chew.. http://barnat.php5.cz/new/ What I was trying to accomplish is a combination of these two…
    Sangria
    • 1
    • 1