只需要在所要自适应高度的层的css里面加入如下代码即可:
?
??? min-height:100px;
??? height:auto !important;
??? height:100px;
??? overflow:hidden !important;
??? overflow: visible;
1 楼
showrock
2010-07-10
真帅啊,确实管用,IE6下没有测。。。
2 楼
332337246
2010-07-18
IE6下也是没问题的,我用过之后才贴上来的~~!