gpogs
11-18-2002, 12:01 AM
......is this right???
#style1.a:link { color: green; text-decoration: none; }
#style1.a:active { color: green; text-decoration: none; }
#style1.a:vistied { color: green; text-decoration: none; }
#style1.a:hover {background-color: red; text-decoration: underline;}
#style2.a:link { color: green; text-decoration: none; }
#style2.a:active { color: green; text-decoration: none; }
#style2.a:vistied { color: green; text-decoration: none; }
#style2.a:hover {background-color: red; text-decoration: underline;}
<a id="style1" href="link1.html>LINK1</a>
<a id="style2" href="link2.html>LINK2</a>
#style1.a:link { color: green; text-decoration: none; }
#style1.a:active { color: green; text-decoration: none; }
#style1.a:vistied { color: green; text-decoration: none; }
#style1.a:hover {background-color: red; text-decoration: underline;}
#style2.a:link { color: green; text-decoration: none; }
#style2.a:active { color: green; text-decoration: none; }
#style2.a:vistied { color: green; text-decoration: none; }
#style2.a:hover {background-color: red; text-decoration: underline;}
<a id="style1" href="link1.html>LINK1</a>
<a id="style2" href="link2.html>LINK2</a>