Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: すべてのブラウザーで選択の最初のオプションを太字にする方法は?
ドロップダウン リストの最初の項目だけがイタリック体で異なる色になるようにするには、ドロップダウン リストをどのようにコーディングする必要がありますか。
CSSはトリックを行います...
select option:first-child{ font-style:italic; color:red; }
http://jsfiddle.net/79dk5/