期待IE的更高版本中对这点进行改善吧..
select除了可以修改背景好象其余的没什么可改的..难看就难看吧.

解决方案 »

  1.   

    http://lucly.myrice.com/temp/select.htm
      

  2.   

    我在IE6下测试有效。。<script langauge="javascript">function change(){var color="blue"
    var a=new Array()
    a[1]="gold"
    a[2]="red"
    a[3]="skyblue"
    a[4]="orange"
    a[5]="lightseagreen"
    a[6]="lime"
    a[7]="purple"
    a[8]="white"
    a[9]="salmon"
    a[10]="lightgrey"
    var r=Math.floor(Math.random() * 11) + 1document.forms[0].menuBg.style.backgroundColor=a[r]
    document.forms[0].menuBg.style.fontWeight="bold"
    document.forms[0].menuBg.style.color=colorsetTimeout("change()",100)}
    window.onload=change
    </script>
    </head>
    <body>
    <form>
    <SELECT name="menuBg">
    <option value="Whatever" selected>Select a Topic
    <option value="Whatever">Javascript
    <option value="Whatever">DHTML
    <option value="Whatever">Java
    <option value="Whatever">Perl
    <option value="Whatever">C++
    </select>
    </form>
      

  3.   

    期待IE更高版本中改善吧图层和图片模拟也有很多缺陷,最基本的:当窗口(或框架)很小,容不下 <select> 时,照样能完整显示(<select> 超出窗口的范围),而图层则不能