赏析过零丁洋颈联:CSS文件出错!

来源:百度文库 编辑:中科新闻网 时间:2024/04/24 01:29:12
<style type="text/css">
<!-
A:link {text-decoration: none; color:#0060FF}
A:visited {text-decoration: none; color:#0060FF }
A:active {text-decoration: none; color: #0060FF}
A:hover {text-decoration: underline; color: #ff0000}
body{
font-size=9pt;
font: 12px Tahoma, Verdana, "宋体";
}
TH{FONT-SIZE: 9pt}
TD{ FONT-SIZE: 9pt}
-->
</style>
上面这些总是出现“分析样式时出错[Microsoft Internet Explorer 5.0]”
不管用的!添上-号一样啊!

<style type="text/css">
<!-
A:link {text-decoration: none; color:#0060FF}
A:visited {text-decoration: none; color:#0060FF }
A:active {text-decoration: none; color: #0060FF}
A:hover {text-decoration: underline; color: #ff0000}
body{
FONT-SIZE: 12px; FONT-FAMILY: Tahoma, Verdana, 宋体;
}
TH{FONT-SIZE: 9pt}
TD{ FONT-SIZE: 9pt}
-->
</style>

<style type="text/css">
<!--
//你的这里上面少了个-
A:link {text-decoration: none; color:#0060FF}
A:visited {text-decoration: none; color:#0060FF }
A:active {text-decoration: none; color: #0060FF}
A:hover {text-decoration: underline; color: #ff0000}
body{
font-size=9pt;
font: 12px Tahoma, Verdana, "宋体";
}
TH{FONT-SIZE: 9pt}
TD{ FONT-SIZE: 9pt}
-->
</style>