<marquee>...</marquee>的用法???
代码如下:
<marquee direction=left loop=n onMouseOut=this.start() onMouseOver=this.stop() scrollamount=1 scrolldelay=60 border="0">
sdfgsdfsgd
</marquee>
请问,该如何实现1、当字一碰到右边就往左边走动一碰到左边就往右走呢?
2、如何将字居中在页面中间的一宽度内走动呢?
问题点数:20、回复次数:3Top
1 楼dsclub(任搏软)回复于 2001-11-17 09:51:18 得分 6
To 2:
加一个表格试试!Top
2 楼karma(无为MS MVP)回复于 2001-11-17 09:51:57 得分 14
try
1. use behavior=alternate
2. use width
<marquee direction=left behavior=alternate loop=3 width=200 scrollamount=1 scrolldelay=60 border="0">
sdfgsdfsgd
</marquee>
Top
3 楼hill_li(骇客)回复于 2001-11-17 12:16:57 得分 0
我也会了Top




