Please help. Why the letters on my page http://www.jatrgovac.com keep turning white in IE, while Firefox is showing them just fine? Try refreshing the page a few times. What is puzzling me is why it is going on and off.
Please help. Why the letters on my page http://www.jatrgovac.com keep turning white in IE, while Firefox is showing them just fine? Try refreshing the page a few times. What is puzzling me is why it is going on and off.
Solved :)
try this find all your homepage p tags and add a colour definition to them
#homepage p {
margin: 0px;
padding: 0px;
}
#homepage p {
margin: 0px;
padding: 0px;
color:#000;
}
You must log in to post.