Xlune::Tumblr
2008.03.28
13:10
■min-height
.foo {
min-height:100px;
height: auto !important;
height: 100px;
}
■min-width
.bar {
min-width:100px;
width: auto !important;
width: 100px;
}
-
.foo {
min-height:100px;
height: auto !important;
height: 100px;
}
.bar {
min-width:100px;
width: auto !important;
width: 100px;
}
CSSでmin-heightをクロスブラウザにする最も簡単な方法『Easiest cross-browser CSS min-height』 | CREAMU
マジで!?すげーな。
・・・あれ?うまくいかない。。。書き方ちげーの?
—追記
どーやら min-width の方は勇み足だったようです。min-heightはうまくいきます。
詳しい解説は Webtech Walker さんの記事にあります。
Page 1 of 1