0

http://jsfiddle.net/GFVAB

HTML 代码:

<select>
    <option>first</option>
    <option class="light">second</option>
    <option class="bold">third bold</option>
</select>

CSS:

.bold{font-weight:bold !important;}
.light{font-weight:light !important;}

有我的例子,我想要什么(它在 Firefox 中有效)。有任何想法吗?

4

1 回答 1

1

您是否可以使用自定义选择替换,例如 ddSlick?http://designwithpc.com/Plugins/ddSlick#demo

于 2013-05-22T09:22:23.733 回答