--From: http://blog.twkang.net/2007/05/05/css-%e7%9a%84-min-height/
在 IE 不支援 min-height 的情況下,同樣的方法在 firefox 下使用很輕鬆,為了讓萬惡的 IE 支援該方法,可以使用如下的技 巧:
- selector {
- min-height:500px;
- height:auto !important;
- height:500px;
- }
快速方便瞬間解決!
沒有留言:
發佈留言