http://community.csdn.net/Expert/FAQ/FAQ_Index.asp?id=189126

解决方案 »

  1.   

    用 iframe 这样的能够盖住其它东西的标签作下拉菜单的容器, 不用DIV
      

  2.   

    div 在iframe上.<div id="Layer2" style="position:absolute; top:40;width:400px; height:90px;z-index:2;background:#eeeeee">
    </div>
    <div id="Layer1" style="position:absolute; top:50;width:200px; height:115px;z-index:1">
    <iframe src="http://www.baidu.com">
    </iframe>
    </div>
    JS版常见问题(一)层遇到select框时?    fason(原作) 
    http://www.csdn.net/Develop/Read_Article.asp?Id=19114