Assertion:
In Internet Explorer 4.0/5.0, only the CSS 'color' and 'background-color' properties apply to the OPTION element (and the 'background-color' component of the 'background' shorthand.) All other CSS properties for this element seem to be ignored. CSS properties set for individual OPTION elements override properties set for the SELECT element.

Where CSS is applied below, the following rule sets apply:
color: green; background-color: #9999ff; text-decoration: underline; text-transform: uppercase; font-size: 20px; cursor: ne-resize; border: medium solid orange; letter-spacing: 5px; font-style: italic; margin-top: 50px; padding-top: 50px;


Plain SELECT list with OPTION elements. No CSS applied:
filler text
filler text

Plain SELECT list with OPTION elements. CSS applied to second OPTION:
filler text
filler text

SELECT MULTIPLE list (size=5) with OPTION elements. CSS applied to second OPTION:
filler text
filler text