user194076
user194076

Reputation: 9027

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?

Upvotes: 0

Views: 304

Answers (2)

Phrogz
Phrogz

Reputation: 303510

Here is a variety of techniques: http://phrogz.net/JS/ul2menu/purecss_testsuite.html

Upvotes: 0

Dan Grossman
Dan Grossman

Reputation: 52372

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.

Upvotes: 1

Related Questions