谢谢大家了,我发现昨天昨天那个有问题的!!
我这样定义新闻DIV的里的新闻列表行高是可以的!!
#newslist a:link,a:visited{
font-size: 12px;text-decoration: none; color:#666666;
line-height:23px;
}
#newslist a:hover,a:active {
font-size: 12px;text-decoration: underline; color:#0033cc;
line-height:23px;
text-decoration:underline;
}
但是,今天发现所有其它DIV的行高都统一拉高了,而我只想控制新闻DIV里的行高!!