www.bmi.edu.cn
你可以参照那里的代码!

解决方案 »

  1.   

    http://tech.tom.com/software/netjscriptlist.htmlhttp://lotsky.myrice.com/java/http://www.jiejingwang.com/goodweb/javascript/index0.htm参考一下吧,可能有更好的效果哦。
      

  2.   

    <marquee width=600 height=400 id=mmm behavior=scroll direction=left scrollamount=5 scrolldelay=60 onMouseOver='this.stop()' onMouseOut='this.start()'>
      fsdfsdgsffgfgfgfgsdfsdf
    fdfddff
    </marquee>
    <input type=button value="left" onclick="document.all.mmm.direction='left';">
    <input type=button value="right" onclick="document.all.mmm.direction='right';">
    <input type=button value="up" onclick="document.all.mmm.direction='up';">
    <input type=button value="down" onclick="document.all.mmm.direction='down';">