I have a bit of a problem with text color in chrome.
i am using a class in CSS:
.game_info{font-size:3; font-weight:bold; color:#000000;}
as you can see, i want the text color to be black. this works well for FF and IE, but in chrome i get a different color.
this is the HTML code:
<a class="game_info">
Achilles is an awsome online adventure game. Fight your enemies using spears, cutting heads of enemey and scaring them!
Very Bloody game! there are Survival mode and Normal Mode. ENJOY !</a>
you can view the page is http://www.sababagamesonline.com/Achilles.php
Yoni
change the class
a.game_info{}