CSS

9
八月
2008

IE7 CSS 高度設置問題

開發專案過程中,遇到IE7頁面過長的內容會超過版面高度的設置
找到轉自梧桐工作室以下資料可以解決高度設置的問題
設置範例
.distance {
height:auto!important;
height:100px;
min-height:100px;
}