滚动显示信息

xiaoxiao2022-06-14  70

marquee实现滚动 direction属性:设置滚动方式 onmouseout属性:设置当鼠标离开时要做什么 onmouseover属性:设置当鼠标移到上面时要做什么 scrollAmount属性:设置滚动的速度。1为最慢 <marquee direction="up" onmouseout="this.star()" onmouseover="this.stop()" scrollamount="4" style="width:236px;height:133px"</marquee> 相关资源:Java 面经手册·小傅哥(公众号:bugstack虫洞栈).pdf
转载请注明原文地址: https://www.6miu.com/read-4936780.html

最新回复(0)