通过
http://jigsaw.w3.org/css-validator/validator验证时,总是提示警告信息:Same colors for color and background-color in two contexts .accounttable and .memu
请问应该如何更改?
.accounttable {
border : 1px solid #a7a6a6;
background-color : #fff;
text-align : left;
}
.memu {
background : url(../images/memu.gif) repeat-x bottom left;
margin : auto;
width : 800px;
height : 38px;
font-weight : bold;
color : #fff;
text-decoration : none;
font-size : 12px;
}