Du kunne sætte display:None
<div style="background-color:blue;width:500px;height:500px;position:absolute;top:0px;left:0px;z-index:10"><select style="display:none"><option>test</select></div>
<div style="background-color:blue;width:500px;height:500px;position:absolute;top:0px;left:0px;z-index:10"></div>
eller putte en iframe over den.
<div style="background-color:blue;width:500px;height:500px;position:absolute;top:0px;left:0px;z-index:10"><select style="position:absolute;top:0px;left:0px"><option>test</select><iframe style="position:absolute;top:0px;left:0px"></iframe></div>
<div style="background-color:blue;width:500px;height:500px;position:absolute;top:0px;left:0px;z-index:10"></div>
eller vente til IE 7 der formentlig laver select om til at være ligesom alle andre element(man har da lov at håbe
)
-----------------------------------------------------------------------------
Min side ->www.the-hive.dk/~donp/