Forum Moderators: not2easy

Message Too Old, No Replies

a Vs. a:link

         

almo136

12:50 am on Jan 8, 2009 (gmt 0)

10+ Year Member



In css is their any difference in a and a:link eg.

a {
color: #000
}

a:link {
color: #000
}

Are these both the same?

eelixduppy

3:11 pm on Jan 8, 2009 (gmt 0)



a:link
is for unvisited links while I think
a
has a broader scope and is for all links.