marquee横向无缝滚动无js
Posted hellomryk
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了marquee横向无缝滚动无js相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<marquee behavior="scroll" contenteditable="true" onstart="this.firstChild.innerHTML+=this.firstChild.innerHTML;" scrollamount="3" width="100"onmouseover="this.stop();" onmouseout="this.start();">
滚动的内容
</marquee>
</body>
</html>
以上是关于marquee横向无缝滚动无js的主要内容,如果未能解决你的问题,请参考以下文章
html/js 使用marquee标签,怎么可以做到无缝滚动