HTML 中的选取框
我该如何用 html 制作字幕? 我可以定义所有内容,即速度、循环、文本颜色、背景颜色、方向等。仅用 html 还是我需要了解另一种语言来定义这些方面? 我还可以在字幕中实现图像吗?
how would I go about making a marquee in html?
could I define everything i.e. speed, looping, text color, background color, direction, etc. With just html or should I need to know another language to define those aspects?
Also could I implement an image in the marquee?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
您不想使用该标签。 真的。 这是邪恶的。
如需替代方案,请查看:
You don't want to use that tag. Really. It is evil.
For alternatives, check out:
@Paolo 是正确的,您可能还想研究一些工具来完成类似的事情,但具有更多的功能。 例如 jScroller。
@Paolo is correct, you also might wanna look into tools to do similar things but have much more functionality. jScroller for example.
您可以在选取框标记中添加图像:
http://jdstiles.com/java/scrollers/scrollingimage .html
但这不是一个好用的标签。 寻找执行此操作的众多 JavaScript 库之一,例如 跨浏览器字幕,允许您设置您喜欢的所有参数。
-亚当
You can do images in the marquee tag:
http://jdstiles.com/java/scrollers/scrollingimage.html
But it's not a good tag to use. Go for one of the many javascript libraries that do this, such as this Cross Browser Marquee that allows you to set all the parameters you like.
-Adam
像这样的事情:
Something like this:
您可以更改 html 中的速度、方向和循环,但要编辑背景颜色,您将需要使用 CSS。 要设置文本颜色的样式,您不需要设置
You can change the speed, direction and looping in the html but to edit background color you will need to use CSS. To style the text color, you do not need to style the <marquee> but you need to style the elements INSIDE the tag.
我最近使用 Cycle 2 Jquery 插件在 HTML 中实现了一个选框:
http://jquery.malsup.com/cycle2/demo/non-image.php
I recently implemented a marquee in HTML using Cycle 2 Jquery plugin :
http://jquery.malsup.com/cycle2/demo/non-image.php