我的CSS是这样的:
/*舌签字体控制begin*/
.navtab{
font-size: 14px;
font-style: normal;
line-height: normal;
background-color: #66CCFF;
background-repeat: repeat;
}
.navtab ul li{
text-align: center;
height: auto;
width: 71px;
font-size: 10px;
float: left;
color: #fb0707;
background-image: url(/images/i.gif);
background-repeat: no-repeat;
background-position: right bottom;
}
.navtab a:link,.navtab a:visited{color:#fb0707;font-size:14px;font-weight:bold;text-decoration:none}
.navtab a:hover{color:#fb0707;text-decoration:underline;font-size:14px;font-weight:bold}
/*舌签字体控制end*/
颜色能控制了,背景色也能控制了,但字体大小就是不能控制,不知错在哪儿了,请高手指教。