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;
}
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;
}