On 12 Dec 2004, at 02:51, berry wrote:
Why using a:link ?
<a> </a> means that the word inside is a link
a { color:blue; text-decoration:underline; }
is the same as setting
a:link { color:blue; text-decoration:underline; }
Link is a redundant tag
No it's not.
Your first example targets all anchor elements. Your second example targets only anchor elements that haven't been visited!
Common guys, rtfm
http://www.w3.org/TR/CSS21/selector.html#link-pseudo-classes
Andy Budd
http://www.message.uk.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 ******************************************************
