html - IE6定位问题

标签 html css internet-explorer-6 css-position

它在 Safari、Firefox 等中按预期工作。但它不读取 IE6 中的定位或 z-index。如何使其在 IE6 中按应有的方式布局?

这是 CSS:

.AuthorName_Pic {
    width: 186px;
    position: absolute;
    right: 0;
    bottom: -120px;
    padding: 20px 10px 20px 15px;
    margin: 20px 0 0 0;
    background: url(images/ThumbDark.jpg) no-repeat;
    z-index:100;
}

最佳答案

您需要解决 box model bug .我会用 Tantek's solution .

关于html - IE6定位问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1709955/

相关文章:

javascript - 当删除最后一个插入表行时,第一个表行的第二个单元格的宽度变为0

javascript - Eclipse 中的 HTML/JavaScript 调试

html - 特定 CSS 选择器 - 环绕元素

html - 去除输入框自动完成的方法

html - 以边框半径旋转

jquery - 单击时无法更改链接的颜色

css - Bootstrap 4固定底部导航栏

html - 如何按 100% 宽度顺序放置带有背景图像的 div?

html - css3 仅选项卡预选选项卡

jquery - 具有指定jsonpCallback的jQuery 1.4.2 $ .ajax使IE6/7崩溃