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?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
| show 1 more comment |
|
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 |
|||
|
|
toggle(), orshow(),hide()functions. I don't understand the second part, however. Maybe jquery is a choice to go. – CppLearner Feb 20 '12 at 6:07