div+css中height:auto !important; height:663px; min-height:663px !important;区别
height:auto!important是高度自适应,主要的是,!important只是对于ie6不认识而已,其他浏览器都是以这个为最高的优先级,执行这个,ie6会无视这个,不是只有火狐而已height:663px是高度就不用讲了,每个浏览器都支持,按照这个写法,ie6会执行height:663px;其他浏览器都执行height:auto!important,包括ie7ie8min-height