一个970*30的位置,放置滚动的文字超链接 可以从下往上滚动
一个970*30的位置,放置滚动的文字超链接 可以从下往上滚动
<style>
.marq{
border:1px solid #dddddd;
text-align:center;
}
</style>
<marquee class='marq' Direction='up' Scrollamount='1' width='970px' height='30px'>
<a href='#'>aaqqqqqqqqqqqqqqqqqqqqqqqqqqq</a>
</marquee>
<marquee scrolldelay=滚动延迟时间 direction=up/down/left/right(滚动方向) onmouseover="this.stop()" (当鼠标指在上面时停止滚动) onmouseout="this.start()" (当鼠标离开时继续滚动) >
<a href="链接地址">连接标志 </a>
</marquee>
<marquee DIRECTION="up" width="30" height="970"><a href="#">Url</a></marquee>
完毕 有问题 还请追问
这个已经跳出了html的范围进入脚本的范围了。应该询问这个js脚本如何编写