Been trying to get a "pure css" dropdown been trying for days to get a "simple" css drop down nav going can get the top level displayed and the second level hiding but can't make the sub items display on hover?? any help much appreciated sample Isolated is here:: css and html below paste bin http://www.webdevout.net/test?01t
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.
|
|
|
Your problems are probably because you've constructed your html wrongly. The sub-menu (
If you then use the following css:
I think that should be enough to get you started. Feel free to ask any questions in comments, or update your question. Also, since I'm assuming you're fairly new to this, I'd like to offer you the following references:
There are dozens, if not hundreds, more to be found... |
|||||||||||||
|
|
The second level
Change to this:
|
|||
|
|
|
Here is the css I'm sort of happy with that implements three level dropdown So far only tested in FF:
|
|||
|
|