nc3b
04-21-2007, 07:41 AM
I want the color of the link to be inherited from the body. It works in firefox and opera but not in ie7 (haven't tested it yet in ie6).
body{
color:#FFFFFF;
}
a{
color:inherit;
}
Please help me. Thank you in advance
body{
color:#FFFFFF;
}
a{
color:inherit;
}
Please help me. Thank you in advance