> Is there a way to write the style so that it will work without putting

> a style unique to each page in the head of that page? Can CSS compare 
> the href to the URL and if they match, highlight the href? If every 
> body tag has a unique id and I add a matching id to the link to that 
> page, could I somehow get the browsers to compare that?

You could probably do something with the CSS3 :target pseudo-class, but
it would be awkward at best.  Browser support would also be lacking.
The best bet is some sort of server side programming or Javascript;
however, both would be off topic.
______________________________________________________________________
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