html - IE 6 和 7 中的流体宽度布局问题

标签 html css layout internet-explorer-7 internet-explorer-6

http://dl.dropbox.com/u/18795563/blog/index.html 在 IE 6、7 和 8 中调整窗口大小时,会发生这种情况:http://img64.imageshack.us/i/aaawz.png/ 当窗口最大化时没问题,但是当我尝试调整它的大小时,侧边栏会在某些窗口大小下被下推,大部分时间都很好,但我仍然想解决这个问题。

最佳答案

尝试将主要部分宽度设置为 74.99%

#main {
     width: 74.99%
}

关于html - IE 6 和 7 中的流体宽度布局问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5311084/

相关文章:

html - 屏幕阅读器读取 anchor 标记或角色 ="dialog"中的所有内容

html - 这是什么 HTML 技术

javascript - 在 Javascript 中更改动态链接文本

html - 如果 nav 大于 100vh,则禁用主体滚动并启用导航滚动

html - 更改 flexbox 布局以显示 block 格式

java - SWT - 网格数据布局

android - 从新 Activity 布局中删除默认 TextView

html - 闯入 : avoid-column;//not working

css - 用于设计网页的eclipse插件

javascript - 如何从 Javascript 调用 PHP 文件并将数据从 PHP 返回到 Javascript