I haven't done a lot of work with multi-level, pure CSS drop-down menus before, but I'm now looking for the cleanest possible method that is out there. When I've searched for this online I've found a lot of solutions that were 4-5 years old and I'm not sure whether there are better ways to achieve this than to do something like this.
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
- Adding a timeout to a render function in ReactJS
I have also put together a live demo that's available to play with HERE
For a menu which responds to click events as opposed to just hover, and acts in a similar way to a select control...
Pure CSS Select Menu
HTML
CSS
CSS 3 Coding- Copy and Paste
Here are a couple good sites to check out for that,
http://www.tripwiremagazine.com/2011/10/css-menu-and-navigation.html (Lots of examples)
http://webdesignerwall.com/tutorials/css3-dropdown-menu (1 example more tutorial like)
Hope this is helpful information!