Taken from your other thread
Quote:
|
Originally Posted by swedguy
If you do like this, it will only belong to the body tag
body a:active { color:white}
body a:visited{ color:white}
But it's basically the same since both covers the whole html page
a:active {color:white}
a:visited{ color:white}
Search on CSS childs and you can read about it.
|