IE6 min-height hack

IE6是让网页设计师抓狂的浏览器,无法实现min-height功能,但我们可以通过hack技巧实现这一功能:

selector { min-height:500px; height:auto !important; height:500px; }

posted @ 2010-06-09 16:39  Sam Lin  阅读(556)  评论(0编辑  收藏  举报