NEWGEEK
06-10-2009, 03:41 PM
I am recently get to know pseudo-class of css here is an example
a: link { color: 000000;}
a: visited { color: 000000;}
a: hover { color: 0000FF;}
a: active { color: 000000;}
<a href= “ www.link.com”>link</a>
What do I have to add to the pseudo-class above to control the properties of other links in the same page
mss a: link { color: 000000;}
mss a: visited { color: 000000;}
mss a: hover { color: 0000FF;}
mss a: active { color: 000000;}
<mss a href= “ www.link.com”>link</a>
a: link { color: 000000;}
a: visited { color: 000000;}
a: hover { color: 0000FF;}
a: active { color: 000000;}
<a href= “ www.link.com”>link</a>
What do I have to add to the pseudo-class above to control the properties of other links in the same page
mss a: link { color: 000000;}
mss a: visited { color: 000000;}
mss a: hover { color: 0000FF;}
mss a: active { color: 000000;}
<mss a href= “ www.link.com”>link</a>