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で動作します)。何か案は?