在ie和firefox中通用的设置div最小高度和达到这一最小高度后自适应的css代码: 给需要自适应的Div加上下列css代码后在firefox和ie中就都可以自适应了! Css代码 height:auto !important; height:200px; min-height:200px;