看看我這個為什么停下來以后就不能再動了
</head>
<body>
<div>
<marquee onmouseover="this.stop();" onmouseout="this.star()" width="200px" height="100px" behavior="scroll" direction="left" loop="-1" scrollamount="50" scrolldelay="1000">
<a href="http://idcbgp.cn">慕課網(wǎng)</a>
<a >百度</a>
<a >淘寶</a>
<a >亞馬遜</a>
<a >聚美優(yōu)品</a>
<a >國美在線</a>
</marquee>
</div>
</body>
</html>
2015-09-18
是this.start(),不是this.star().