javascript的问题
正确的代码:
<HTML>
<HEAD>
<TITLE>闪光菜单</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.GlowFilter {filter : Glow(Color="#3300ff",Strength="10")}
.noglow {}
-->
</style>
</head>
<body bgcolor="#000000" text="#C0C0C0" link="#CCCCCC">
<DIV ID="rollover0" STYLE="height:10; font:bold 10pt Arial; color:#0080ff; cursor:hand;><a href="#" Onmouseover="rollover0.className='GlowFilter'" Onmouseout="rollover0.className='noglow'" onclick="window.location='http://www.sstp.com.cn';"> 上海科学技术出版社</a>
</DIV>
<br>
<DIV ID="rollover1" STYLE="height:10; font:bold 10pt Arial; color:#0080ff; cursor:hand;><a href="#" Onmouseover="rollover1.className='GlowFilter'" Onmouseout="rollover1.className='noglow'" onclick="window.location='http://www.sstp.com.cn/newbook/newbook.htm';">新出书目</a></DIV><br>
<DIV ID="rollover2" STYLE="height:10; font:bold 10pt Arial; color:#0080ff; cursor:hand;><a href="#" Onmouseover="rollover2.className='GlowFilter'" Onmouseout="rollover2.className='noglow'" onclick="window.location='http://www.sstp.com.cn/computer.htm';">精品电脑图书</a></DIV><br>
<DIV ID="rollover3" STYLE="height:10; font:bold 10pt Arial; color:#0080ff; cursor:hand;><a href="#" Onmouseover="rollover3.className='GlowFilter'" Onmouseout="rollover3.className='noglow'" onclick="window.location='http://www.sstp.com.cn/chaxun.htm';">查询书目</a></DIV><br>
<DIV ID="rollover4" STYLE="height:10; font:bold 10pt Arial; color:#0080ff; cursor:hand;><a href="#" Onmouseover="rollover4.className='GlowFilter'" Onmouseout="rollover4.className='noglow'" onclick="window.location='http://www.sstp.com.cn/buybook.htm';">购书指南</DIV>
<br>
<DIV ID="rollover5" STYLE="height:10; font:bold 10pt Arial; color:#0080ff; cursor:hand;><a href="#" Onmouseover="rollover5.className='GlowFilter'" Onmouseout="rollover5.className='noglow'" onclick="window.location='http://www.sstp.com.cn/yemian/CERtusi.htm';">
<p>电子图书目录</p>
</DIV>
</body>
</html>
如果我在cursor:hand;加上一个"
<DIV ID="rollover1" STYLE="height:10; font:bold 10pt Arial; color:#0080ff; cursor:hand;"><a href="#" Onmouseover="rollover1.className='GlowFilter'" Onmouseout="rollover1.className='noglow'" onclick="window.location='http://www.sstp.com.cn/newbook/newbook.htm';">新出书目</a></DIV><br>
这段文字:“新出书目”的颜色就不对了,为什么?