show image in selection-box
1 2 <style type="text/css"> 3 <!-- 4 5 option[value=ohcon]:before { content:url("ohc.gif"); } 6 option[value=baerlin]:before { content:url("baer.gif"); } 7 option[value=zendo]:before { content:url("zendo.gif"); } 8 9 --> 10 </style> 11 12 .. 13 14 Select Company 15 <select> 16 <option value="ohcon">Oliver Haag IT consulting</option> 17 <option value="baerlin">Bärlin Partners</option> 18 <option value="zendo">Zendo-Marketing</option> 19 </select>