Quote:
Originally Posted by s810car
I added this to the end of vbulletin.css along with the product code to fix the links
Code:
#one-ddcontent li a:link{
color: #000000;
}
#one-ddcontent li a:hover{
color: #FFFFFF;
}
Had to add the hover color because the link attribute made the font black even with hover over. Hope this helps!
|
Perfect fixed the problem in firefox and i.e 8, not sure about i.e7 , same for me windows 7 installed
Thanks :up: