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: http://nemesis1.f2o.org/aarchive?id=9 (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

[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

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: body id=page1 a href="" class=link_Page1 a href="" class=link_Page2 /body Page2: body id=page2 a href="" class=link_Page1 a href="" class=link_Page2 /body CSS: body#page1