Easy lift or drop using jQuery
This is a little piece of code that I have used on a number of occasions to lift or drop an element on hover and then return it on when the mouse is moved off. It is good for navigation purposes but can be used on any link inside a block.
Its very simple. jquery catches the hover and moves the parent element up. When the mouse is moved outside the link the parent element returns to its original position.



