DIV+CSS自适应高度,IE6、7、8、FF完美兼容
只需要在所要自适应高度的层的css里面加入如下代码即可:
?
??? min-height:100px;
??? height:auto !important;
??? height:100px;
??? overflow:hidden !important;
??? overflow: visible;
发布时间: 2012-11-06 14:07:00 作者: rapoo
DIV+CSS自适应高度,IE6、7、8、FF完美兼容
只需要在所要自适应高度的层的css里面加入如下代码即可:
?
??? min-height:100px;
??? height:auto !important;
??? height:100px;
??? overflow:hidden !important;
??? overflow: visible;