Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
自动滚动示例类似于http://logicbox.net/jquery/simplyscroll/
我希望自动滚动内容宽度超出浏览器宽度的 iframe 的内容。这是可以通过查询实现的吗?
您可以将您的 iframe 内容放在一个<marquee>中,可能并不完美,但可以工作。
<marquee>
最好的选择可能是在您的 iframe 中制作一个滑块,或者在其中使用 jQuery 进行动画处理,让您隐藏滚动条。