Assertion:
Opera 4+: Only a few CSS properties (like 'margin', which apply to the region AROUND the SELECT list) are used. Most others are ignored.

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 CSS applied:
filler text
filler text

SELECT MULTIPLE list (size=5) with CSS applied:
filler text
filler text