Re: List items inside a span are casuing me validation problems.
If I delete the attributes:
[code:134wr05q]
.left_links a:link {
color: #c0c0c0;
text-decoration:none;
}
.left_links a:visited {
color: #c0c0c0;
text-decoration:none;
}
.left_links a:active {
color: #c0c0c0;
text-decoration:none;
}
.left_links a:hover {
color: white;
background-color:#C62F2A;
text-decoration:underline;
display:block;
}
[/code:134wr05q]
then how am I going to get the interface to work when people scroll over it? I'm not sure what your gunning for in your response?