HTML文字横向滚动
<!DOCTYPE html>
<html>
<head>
?? ?<title></title>
</head>
<body>
<div>
<marquee width="100%" height="64px" direction="left" scrollamount="3"
????????? οnmοuseοver="this.stop()" οnmοuseοut="this.start()">
???????? <span style="color: #aaffaa;line-height: 50px;font-size: 50px;"> test1</span>
?????? <span style="color: #aaffaa;line-height: 50px;font-size: 50px;"> test2</span>
??????? <span style="color: #aaffaa;line-height: 50px;font-size: 50px;"> test3</span>
??????? <span style="color: #aaffaa;line-height: 50px;font-size: 50px;"> test4</span>
??? </marquee>
????? </div>
</body>
</html>
轉(zhuǎn)載于:https://www.cnblogs.com/super-admin/p/5427203.html
總結(jié)
以上是生活随笔為你收集整理的HTML文字横向滚动的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 错误 undefined referen
- 下一篇: [HTML]HTML5实现可编辑表格