请大神指教,关于marquee鼠标移入移出报错有关问题
请大神指教,关于marquee鼠标移入移出报错问题
如题代码和报错信息贴出 请大神指点!
运行时报错!

这是html的申明
------解决思路----------------------
不抱错啊.
如题代码和报错信息贴出 请大神指点!
<div id="link">
<img src="img/link.jpg" height="100px" width="100px">
<marquee scrollAmount=2 scrollDelay=0 behavior=alternate width=595 height=70 onMouseOver="this.stop()" onMouseOut="this.start()">
<img height=35 src="img/sinaLogo.png" width=140 border=0 href="baidu.com">
<img height=35 src="img/sinaLogo.png" width=140 border=0>
<img height=35 src="img/sinaLogo.png" width=140 border=0>
<img height=35 src="img/sinaLogo.png" width=140 border=0>
<img height=35 src="img/sinaLogo.png" width=140 border=0>
<img height=35 src="img/sinaLogo.png" width=140 border=0>
<img height=35 src="img/sinaLogo.png" width=140 border=0>
<img height=35 src="img/sinaLogo.png" width=140 border=0>
</marquee>
<span style="color:#999;font-size:12px;">Copyright2015 <a href="#">caipiaotj.com<a/> All Rights Reserved</span>
</div>
运行时报错!
这是html的申明
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
------解决思路----------------------
<marquee behavior="scroll" direction="left" height="70" width="595" loop="-1" scrollamount="2" scrolldelay="0" onMouseOut="this.start()" onMouseOver="this.stop()">
不抱错啊.