Hi,
Es gibt keinen mir bekannten Workaround.
dir nicht bekannt???
du musst einen IFrame UNTER das Layer tun! das iFrame überdeckt das <select> und das <div> das iframe!!
etwa so:
<select></select>
<div style="postion:absolute;left:0px;top:0px;width:100px;height:100px;z-index:1"
<iframe style="postion:absolute;left:0px;top:0px;width:100px;height:100px;z-index:2"></iframe>
@Joachim: Probier mal rum!
Gruß
Christian