Hallo Freaks,
habe folgenden Code:
<select name="name">
<option value="">wählen.....</option>
<option value="">==============================</option>
<option value="1" style="background:url('images/bg_aktiv.gif') 0 5px no-repeat !important;">1</option>
<option value="2" style="background:url('images/bg_aktiv.gif') 0 5px no-repeat !important;">2</option>
<option value="3" style="background:url('images/bg_passiv.gif') 0 5px no-repeat !important;">3</option>
<option value="4" style="background:url('images/bg_aktiv.gif') 0 5px no-repeat !important;">4</option>
</select>
Im Firefox zeigt er brav zu jedem option-Tag das Hintergrundbild im IE nicht.
Hat jemand ne Idee?