I’m trying to make a jQuery dropdown (more like drop right!) menu. What I need is that when the mouse is over the home button (for example), the other buttons slides out, and the content box slides in.
I want the black box (content) to slide in from the end of the button. Right, the box is sliding in from the left edge of the screen…but I don’t want that box to be under the “home” button, I want it to be next to it.
Here’s my fiddle : http://jsfiddle.net/TvNcD/
It’s buggy right now…
But I think it’s something fairly simple to fix.
Hope it works for you although I think there should be a better way to do this using CSS3…http://jsfiddle.net/TvNcD/18/