回覆列表
-
1 # msstg6255
-
2 # 使用者5147634925370
height:auto !important;
height:200px; /*假定最低高度是200px*/
min-height:200px;
這個設定,ie6,7,8 ,火狐等都能相容。
div標籤內設定height高度樣式:
在div標籤內使用style屬性即可設定此DIV盒子高度樣式。
小例:
我高度為50px解釋:以上透過div標籤的style屬性樣式設定height高度樣式。
height:auto!important;height:200px;/*假定最低高度是200px*/min-height:200px; 這個設定,ie6,7,8,火狐等都能相容。div標籤內設定height高度樣式: 在div標籤內使用style屬性即可設定此DIV盒子高度樣式。小例:<divstyle="height:50px">我高度為50px</div> 解釋:以上透過div標籤的style屬性樣式設定height高度樣式。