Ian
03-27-2007, 11:15 PM
.class1, .class1 a { color: blue; }
.class2, .class2 a { color: green; }<a href="moo.html">This link shows up as blue</a><a href="moo2.html" class="class2">This link shows up as blue even though it should be green.</a>
.class2, .class2 a { color: green; }<a href="moo.html">This link shows up as blue</a><a href="moo2.html" class="class2">This link shows up as blue even though it should be green.</a>