Color of the text not working in IE8 with chrome plugin (Chrome frame)

62 views Asked by At

The color property for the text is not working in IE8.All the other colors are working except White i.e., #fff Here is the css code used.

a{
text-decoration:none;
color:#fff;
}
0

There are 0 answers