How to make multi-column menu

Status
Not open for further replies.

rfss4

New member
Jul 10, 2007
122
0
0
Florida
Hey guys,

Pulling my hair out trying to figure out how to make the multi-column menu designs.. Best I could come up with is a hiding div but it's not cross browser compliant.

Example multi-column menus:
HSN.com
Diapers.com
Whitehouse.gov

Any help is much appreciated
 


You can do that with either a javascript solution, or with pure CSS and nested divs, which I would prefer.

From a quick glance, whitehouse.gov uses CSS only. Why don't you view source and see how they did it.
 
if you just want the side-by-side buttons, use UL and LI elements with style=display:inline, you'll get the row of topics.
then you can use css and javascript, like bobsoap said. steal it from whitehouse.gov, because they steal so much from you in taxes.
 
Status
Not open for further replies.