PDA

View Full Version : CSS for SELECT ITEMS


Fuego
08-13-2004, 10:38 AM
How can I color the triangle?(The thing where you click to get a list


<select name="dag" class="menu" style="background-color: #666699; color: #ffffff;">
<option value="0">&nbsp;</option>
<option value="1">1</option>
<option value="2">2</option>
</select>

gohankid77
08-13-2004, 01:17 PM
You can't. You can color the scrollbars for an entire page or frame only without a DOCTYPE in IE (renders in quirks mode), but not the arrow for a select element.