Click to See Complete Forum and Search --> : lists


Webskater
09-22-2004, 06:45 AM
I am trying to convert to css layouts. I have created a large vertical navigation list using <ul><li> etc. I want to hide the <li>s and only show them when their respective headings are clicked. I can do this using javascript. Is there another (better) way? Thanks for any help.

Fang
09-22-2004, 06:57 AM
pure CSS menus:
originally from Eric Meyer (http://www.meyerweb.com/eric/css/edge/menus/demo.html)
X-browser version here (http://www.howtocreate.co.uk/tutorials/testMenu.html)

Webskater
09-22-2004, 07:13 AM
Thanks for your reply. Unfortunately the css driven menus don't work with IE so they are not much use. Am I stuck with javascript?

Fang
09-22-2004, 07:19 AM
The X-browser version uses "behaviours" to get the css menu to work in IE.