>> I'm trying to keep the current page navigation  link a different colour to
>> the rest of the navigation link - this way users will know what page they
>> are on.

An approach I like is putting the highlight link style in the <head>, 
since this lets me use the same include for all the menus.

<style type="text/css">
<!--
#nav a[href~="thispage.shtml"] {
color : #fff;
background-color : red;
}
-->
</style>


I got this off
http://www.askthecssguy.com
but I can't seem to find it again.

Sandy

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to