Im adapting a pure CSS drop down menu from here However, i really didnt like the code, and am trying to make it more semantic, here is what i have so far.
The problem i have is, if you hover over the "About" menu item, you see the column titles and there associated unordered lists are floated next to eachother, whereas it should be like the "Services" menu for example, where the lists are below their respective headings.
Question
Bollard
Hello all,
Im adapting a pure CSS drop down menu from here However, i really didnt like the code, and am trying to make it more semantic, here is what i have so far.
The problem i have is, if you hover over the "About" menu item, you see the column titles and there associated unordered lists are floated next to eachother, whereas it should be like the "Services" menu for example, where the lists are below their respective headings.
Here is the original HTML:
and i have changed it to:
Or is my understanding of nested lists just wrong and i should use the original?
Cheers
Link to comment
Share on other sites
4 answers to this question
Recommended Posts