在选项元素中设置 rtl/ltr 属性,Internet Explorer

发布于 2024-09-29 21:18:13 字数 280 浏览 4 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文