ie6 div select iframe

<iframe style="position: absolute; z-index:-1; 500px height:55px;  top: 0; left: 0; background:red; scrolling: no; " frameborder="0"  src="about:blank"></iframe> 

 精典的一个bug,解决方式如上,

要注意几点问题

1.div的高度如果太小的话会出现滚动条,应该是firame有一个默认高度!

2.内部的元素最好也给一个宽高,大小如iframe一样,实现的原理就是iframe与select在ie6下解释方式,里面元素的div大于同父级的大小。

3.注意层级,外部div的层级应该大于iframe,而firame总是大于select。

原文地址:https://www.cnblogs.com/wannasing/p/3071278.html