Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

question about creating vertical menu

Status
Not open for further replies.

csphard

Programmer
Apr 5, 2002
194
US
I see most vertical menu tutorials utilze some javascript.
Is this the only choice. I was hoping to find something real simple.

I am looking for any examples/tutorials.

Howard
 
Perhaps if you tell us exactly what your vertical menu is supposed to do.

Having a list of links displayed vertically is quite simple.

If you are wanting to show hide certain sections (like submenus) then you could use some slightly more complex CSS, or some simple JS.


----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Did you mean arranging the simple menu vertically? In which case use the standard unordered list. If you meant deopdown (multi-level) menus without javascript (except for old IE versions, then try Suckerfish menu

If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
 
Yes that is what I was looking for.

Howard
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top