I know there have been a million questions asking this, but mine is different. I don’t want to just make a navigation bar that you can hover over and view sublevels. I want the actual navigation bar (which I have as an image) to come in from out of sight. What would be the best way to go about this? Coding, Flash, CSS?
Share
First, using a hover event to show a navigation bar can be very difficult for users to use, though is does save valuable screen space to have it hide. If you choose to stick with the navigation that shows after a hover event, keep it very basic.
Check out this link, it uses the same idea… but uses a click instead. Just change it to work with hover instead.
Hope this fixes your problem!
http://roshanbh.com.np/2008/03/expandable-collapsible-toggle-pane-jquery.html