很多时候我们不得不为一个DIV容器设定最低高度IE7 FF下都可以用 min-height 样式来定义但是IE6不支持(虽然IE6下内容可以自动撑开固定的高度)解决方案:如果你想设最低高度为600px;height:auto!important; min-height:600px;height:600px; Read More
posted @ 2012-10-13 09:14 tinyphp Views(267) Comments(0) Diggs(0) Edit