CSS 最小高度无效
CSS min-height not working
我的网站上有两个页面。在此页面上,最小高度有效:
http://isometricland.net/home.php
在这个页面上不是:
http://isometricland.net/blog/?cat=4
我很困惑为什么会这样,因为在结构上它们应该几乎相同。我可以得到一些帮助来确定原因吗?谢谢
在 link http://isometricland.net/blog/?cat=4
以下部分:
<!-- START MIDDLE PANE -->
将样式 position
更改为 absolute
而不是 relative
:
<div style="position: absolute;..."
我的网站上有两个页面。在此页面上,最小高度有效:
http://isometricland.net/home.php
在这个页面上不是:
http://isometricland.net/blog/?cat=4
我很困惑为什么会这样,因为在结构上它们应该几乎相同。我可以得到一些帮助来确定原因吗?谢谢
在 link http://isometricland.net/blog/?cat=4
以下部分:
<!-- START MIDDLE PANE -->
将样式 position
更改为 absolute
而不是 relative
:
<div style="position: absolute;..."