如何对 HTML 中 select 标签的选项应用不同的样式

发布于 2024-09-06 05:11:48 字数 334 浏览 4 评论 0 原文

我正在尝试在下拉选项上应用一些 CSS 类。 CSS 在 Firefox 中正确应用,但在 IE (7, 8) 中仅应用颜色。谁能告诉我如何在 IE 7 和 IE 8 的下拉选项上应用样式。

 .regionOption {
    font-weight: bold; 
 }

 .countryOption {
    margin-left: 10px;
    padding-left:5px;
 }

我根据条件在选项上使用这些 CSS 类。它们在 Firefox 中运行良好。

我想显示地区和国家之间的差异,还有其他方法吗?

谢谢 阿什瓦尼

I am trying to apply some CSS class on the options of a drop down. The CSS apply correctly in Firefox, but in IE (7, 8) only color is getting applied. Can any body tell me how to apply styles on options of drop down for IE 7 and IE 8.

 .regionOption {
    font-weight: bold; 
 }

 .countryOption {
    margin-left: 10px;
    padding-left:5px;
 }

I am using these CSS classes on options depending upon conditions. They work fine in Firefox.

I want to show difference between Region and country, is there any other way?

Thanks
Ashwani

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

錯遇了你 2024-09-13 05:11:48

Internet Explorer 目前不支持选项元素的全部样式。

支持的样式的完整列表显示在以下 MSDN 文章中标题为“样式”的部分下:

http://msdn.microsoft.com/en-us/library/ms535877%28VS.85%29.aspx

Internet Explorer does not currently support the full range of styles on option elements.

The full list of supported styles appears on the following MSDN article under the section titled "Styles":

http://msdn.microsoft.com/en-us/library/ms535877%28VS.85%29.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文