Good morning - I need to implement the menu shown below with CSS, and a bith of JavaScript if necessary. I have been looking for a way to accomplish this, but have not yet found anything that works as it needs to. The selected link / dropdown opens onclick and needs to stay open regardless of what page the user is on. Will I need to use a tree menu for that? All suggestions are welcome - any help is greatly appreciated! Thanks, oslofish
http://css.maxdesign.com.au/listamatic/ http://www.howtocreate.co.uk/tutorials/testMenu.html http://www.meyerweb.com/eric/css/edge/menus/demo.html http://www.alistapart.com/articles/horizdropdowns I am sure you can do it with this
that is javascript ... it is better to go with pure css IMO ... but it is sure looking good thank for that resource mad4 !
Thanks for your replies and suggestions. The truth is that I have a basic CSS list menu in place. My concern was actually not so much with regular rollover and expanding / dropping down, but the "active" state. It's important that the "active" state remains open no matter which page the user is on - like a tree menu. Hmm..suppose I have answered my own question - I need to use a tree menu, don't I?