dropdown menu question...superfish?
Hello,
I really like the toggle feature using jquery. However, I now need to create a basic dropdown menu
that uses the mouseover-mouseout behavior. Like the ones that go across the top of the screen
about two inches below the very top of the screen at www.staples.com (customer service, etc...).
I don't even need the fancy styling... just stuff to drop down. Also, it's one simple column that will
drop down. Not all sorts of diagonal menu-within-menu things.
I saw this at w3schools:
http://www.w3schools.com/dhtml/tryit.asp?filename=trydhtml_menu10
that's the exact idea. i would simply resize/recolor it a bit.
is there a built-in jquery command for this?
Or maybe the Superfish plugin?
It's going to take me hours to figure out the finer points of this. So I'm wondering where I should
be heading. The menu is going to be very small and simple. But the important thing is it appears
when they hover over the main menu image, and then the dropdown part of it goes away when
they mouse away to some other part of the page.
I could copy the w3schools code. but then I have a lot of javascript code on my page, and i'm
not sure how to put that in an external .js file. So if I can do the same thing with jquery, that would
be great (jquery will already be loaded for the page, since i need it for something else on the page).
Thanks for any ideas!