Quote:
Originally Posted by Brad
Can you show us the CSS code for the class pic2?
|
Here you go. I didn't write the CSS for this so I could have easily missed something :ermm: Thanks for looking at it
Code:
.pic2
{
color: #222222;
font: bold 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.pic2 a:link
{
color: #222222;
text-decoration: none;
}
.pic2 a:visited
{
color: #222222;
text-decoration: none;
}
.pic2 a:hover, .tcat a:active
{
color: #222222;
text-decoration: underline;
}