【发布时间】:2016-07-18 03:36:53
【问题描述】:
我使用了选框标签。这个悬停效果标签在 Mozilla 中运行良好,但在 google chrome 中无法使用悬停效果。我已经尝试过这个解决方案。
<marquee direction="up" height="250px" onmouseover="javascript:this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 6, 0);">
text
</marquee>
请提出任何其他解决方案。
【问题讨论】:
-
为什么还要使用
marquee?它已被弃用。 stackoverflow.com/questions/2227815/html-marquee-tag
标签: javascript jquery html css google-chrome