看看我这个为什么停下来以后就不能再动了
</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://www.imooc.com">慕课网</a>
<a href="http://www.baidu.com">百度</a>
<a href="https://www.taobao.com">淘宝</a>
<a href="http://www.amazon.com">亚马逊</a>
<a href="http://sh.jumei.com">聚美优品</a>
<a href="http://www.gome.com.cn">国美在线</a>
</marquee>
</div>
</body>
</html>