如何在dreamweaver8中实现跑马灯自下往上

发布时间:2024-05-02 20:09 发布:上海旅游网

问题描述:

问题解答:

<html>
<title>fasdas</title>
<body>
<marquee direction=up scrollamount=6 onmouseover="this.stop()" onmouseout="this.start()">
这是一段 跑动 的文字.我经过它就能停下来.</marquee>
<input type=button value=关闭窗口 onclick="window.close()">
<input type=button value=刷新 onclick="history.go(0)">
</body></html>
其中的scrollamount属性可以改变速度.值小它就会变慢.
height可以改变高度.direction可以改变方向

<marquee direction="up" scrollamount="3">
...文字
</marquee>

热点新闻