如何做滚动链接?

如何做滚动链接?
---------------------------------------------------------------

1<marquee height="20" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="2" width="100"><a href="new.htm">你这要这个吗?</a></marquee>

//direction是可选取的,默认是从右到左,可以改为direction="up" 向上滚
---------------------------------------------------------------

1<marquee onmouseout="this.start()" onmouseover="this.stop()">
2<a href="http://www.csdn.net/">csdn</a>     
3<a href="http://www.sina.com.cn/">sina</a>     
4<a href="http://www.sohu.com/">sohu</a>     
5<a href="http://www.163.com/">163</a>     
6</marquee>
Published At
Categories with Web编程
Tagged with
comments powered by Disqus