The Select DropDown Menu is not rendering the color correctly in IE9 ( IE9 Standard Mode and IE9 Compatibility Mode).
Doctype: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Sample Code:
<select id="viewns_7stateMenu" name="viewns_7stateMenu" size="1">
<option value="">Select</option>
<option value="AK">Alaska</option>
<option value="AL">Alabama</option>
<option value="AR">Arkansas</option>
<option value="AZ">Arizona</option>
</select>
In IE9 the entire dropdown appears white with small black drop down arrow. No clear demarcation between the area for text and the drop down button visible. Demarcation is visible only when a mouse over is performed on the drop down arrow.
In IE 8 and IE 10 it renders correctly with the area near the arrow always demarcated in a grey box.