#12001/10/26 10:13:11
定义css如下:
a.blue:active { font-family: "宋体"; font-size: 12px; color: #0000FF}
a.blue:visited { font-family: "宋体"; font-size: 12px; color: #0000FF; text-decoration: none}
a.blue:hover { font-size: 12px; color: #0000FF; text-decoration: none; background-color: #D6D3CE; font-family: "宋体"}
.blue { font-family: "宋体"; font-size: 12px; color: #0000FF; text-decoration: none}
我选定单元格并定义为blue,但是单元格里的字却不是这样的,.active .visited .hover还是原来默认的?
如果选定字符,再选择blue,只有第一行字是如上所愿,下面几行还是默认的!TMD!
怎么搞的!
晕!