在选项元素中设置 rtl/ltr 属性,Internet Explorer
Firefox 和 Chrome 支持向选项元素添加 dir
属性,即
<select>
<option dir="rtl">some text</option>
<option dir="ltr">some text</option>
</select>
,但这似乎在 Internet Explorer 7 或 8 中不起作用。有人设法为此找到某种解决方案吗?
Firefox and Chrome support adding dir
attribute to an option element, i.e.
<select>
<option dir="rtl">some text</option>
<option dir="ltr">some text</option>
</select>
This, however, does not seem to work in Internet Explorer 7 or 8. Did anyone manage to get some kind of a solution for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论