Sliding "pull-down" navigation - what do I use? How do I implement? jQuery?

Posted by Josh Carey on Stack Overflow See other posts from Stack Overflow or by Josh Carey
Published on 2010-04-17T15:51:28Z Indexed on 2010/04/17 15:53 UTC
Read the original article Hit count: 202

Filed under:
|
|
|
|

I'm new to Javascript and jQuery, but I'm learning. Here is what I'd like to accomplish:

I have a row of navigation "pull-down" tabs that I'd like to animate. Some sliders will have text links to sub-pages and some will not. The bottom portion of the tab should be clickable to go to the main page. Then the sub-page, text links should also be clickable.

Here is a graphic example that should make sense of what I'd like to do: http://lionheart.net/downloads/nav-example.png

Mouse over, would slide it down. Mouse out, after a second, should auto-slide up.

Is this possible with jQuery or something else? Thanks so much for any help you can give me!

© Stack Overflow or respective owner

Related posts about slide

Related posts about jQuery