鉴于这个简单的html,
<select id="ddl">
<option style="background:#0f0">a</option>
<option style="background:#f00;">b</option>
<option>c</option>
</select>
( http://jsfiddle.net/DxK47/ ) 你可以看到每个选项都有它自己的背景颜色。
Unfortunately, when whatever option is selected (causing the dropdownlist to 'close'), the background remains white (or whatever the page default is).
选择后是否可以在下拉列表中显示所选项目的背景(理想情况下不使用javascript)