PDA

View Full Version : Creating navigation system...basic question



SunDancer
18 Sep 2006, 09:35 PM
I am creating a navigation system that involves a variation on tabs...example here:
http://sundancerdesign.com/exps/exp.html

My quandry is this I want the each page to have its nav link and photo highlighted (white BG for the button, photo in color as it is in the sample link above) when visitors load the page, then as they roll over the other links (and their respective rollover elements activate), to have the page's nav elements switch to the "off" state, but then switch back to the "on" state when none of the other links are active. Does this make sense? I know how to do rollovers and swap images, but I want the elements to be selected by default, but have them change to their "off" state as visitors roll over the other links.

Wickham
19 Sep 2006, 01:15 AM
Take a look at pure CSS drop-down menus which use the li tag and pseudo-hover:-
http://www.cssplay.co.uk/menus/index.html
http://www.dynamicdrive.com/style/csslibrary/category/C1/
there may be one that suits you.
Brief description of typical code here:-
http://www.wickham43.supanet.com/tutorial/dropdownmenus.html