Patrick H. Lauke wrote: > Damien Hill wrote: >> For IE and Firefox on PC, the styles I apply to a:link don't effect >> anchors. > > Because <a name="blah"></a> is not a :link, but a local anchor, > whereas a more generic "a" style selector will include those as well. > So yes, a simple way to avoid issues is to just define a:link, > a:visited etc, leaving the generic "a" out.
I believe older versions of Opera would have a problem with that. They ignore "a:link" and require "a" to be styled. Please correct me if I'm wrong here. Thierry | www.TJKDesign.com ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
