How to make horizontal menu
How to make horizontal menu like this: http://www.csd.toshiba.com/cgi-bin/tais/support/jsp/home.jsp (click on downloads) So I mean there 开发者_如何转开发are 3 listboxes, but I would like to achieve the same effect with nested ul. Is that possible?
Use float: left
styles to make things line up horizontally. That's the gist of it. If you want a specific answer you need a specific question... with some code.
Here is a variety of techniques: http://phrogz.net/JS/ul2menu/purecss_testsuite.html
精彩评论