<html>
<head></head>
<body onLoad="document.all.sroll.stop()">
<a onmouseover="document.all.sroll.start();document.all.sroll.direction='left'" onMouseOut="document.all.sroll.stop()"  >回来</a>
<marquee id="sroll" direction='right' width=500 bgcolor=ffaaaa align=middle onmouseover="this.stop();" >
<a href=sy.jsp>沈阳</a> 上海 北京 a a a a a a a aa a a a aa a a </marquee> 
<a onMouseOut="document.all.sroll.stop()"  onmouseover="document.all.sroll.start();document.all.sroll.direction='right'" >更多</a>
</body>
</html>

解决方案 »

  1.   

    <body>
    <a onmouseover="document.all.sroll.start();document.all.sroll.direction='left'">回来</a>
    <marquee onMouseout="this.start()" id="sroll" direction='right' width=500 bgcolor=ffaaaa align=middle onmouseover="this.stop();" ><a href=sy.jsp>沈阳</a> 上海 北京 a a a a a a a aa a a a aa a a </marquee> 
    <a onmouseover="document.all.sroll.start();document.all.sroll.direction='right'" >更多</a>
    </body>
      

  2.   

    LxcJie(肖冲)的回答不是很好的吗