Re: [WSG] css rollover - with current page highlight?

2006-01-06 Thread Vicki Berry
Stephanie Sullivan has a good tutorial on how to do what Zachary suggested at: (Especially useful if you use Dreamweaver but the principles and basic process applies regardless.) Project VII also has their Uberlink Menu tutorial which takes a sligh

Re: [WSG] css rollover - with current page highlight?

2006-01-05 Thread Hopkins Programming
Yeah! The best way to do this is to assign an ID tag to the body. == Example = Page1:     Page2:     CSS: body#page1 a.link_Page1{font-weight:bold;} body#page2 a.link_Page2{font-weight:bold;} You can see a live example of this on my website at http://www.hopk

[WSG] css rollover - with current page highlight?

2006-01-05 Thread lucas
 hi following the recent discussion of css image rollovers for a menu/nav list (see http://webstandardsgroup.org/manage/archive.cfm?uid=6BB21CD6-F78A-DE8B-495CD895C0B6A6AB) i wonder if anyone has a suggestion for how one could add "highlight current page" functionality to this nav? my exam