How can I create a navigation menu similar to the one found on NFL.com using jquery? It as a drawer like drop down when you hover over a link.
the scriptaculous slideDown functionality is exactly what I want but Is there something similar in jquery because i dont have to include two js libraries?
the hover function there will when you hover on, open the box, and then close it when you hover off... that is very rough to give you the idea.
Animate is actually the way I do pretty much all of my movement style jQuery effects as the slideDown/slideUp or whatever never work exactly as I want them to...
Here is some more for you to look at and see if it is right for you...
the scriptaculous slideDown functionality is exactly what I want but Is there something similar in jquery because i dont have to include two js libraries?
Thanks.
http://api.jquery.com/slideDown/
what I would do is use animate - so kinda like...
the hover function there will when you hover on, open the box, and then close it when you hover off... that is very rough to give you the idea.
Animate is actually the way I do pretty much all of my movement style jQuery effects as the slideDown/slideUp or whatever never work exactly as I want them to...
Here is some more for you to look at and see if it is right for you...
http://api.jquery.com/animate/