gpt4 book ai didi

html - IE 10 - 尽管父位置为 :relative,div 仍被下推

转载 作者:太空宇宙 更新时间:2023-11-03 18:50:41 25 4
gpt4 key购买 nike

我遇到了 IE 10 的浏览器兼容性问题。为了补偿在早期版本的 ie 中将此 div 向下推的负顶部边距,我定位了父 ​​div 相对位置,但此修复程序似乎在 ie10 中不起作用.这是我的代码:

<div class="hidden-panel">
<div class="gradient-wrap">
<div class="calls">
<table>
<tr>
<td>
<a href="/"><img src="bully-call1.png"></a>
</td>
<td>
<a href="/"><img src="bully-call2.png"></a>
</td>
<td>
<a href="/"><img src="bully-call3.png"></a>
</td>
</tr>
</table>
</div>
<div class="blue-window">
<img src="take-pledge.png">
</div>
</div>
</div>

和CSS:

.gradient-wrap{
padding-top: 80px;
padding-left: 25px;
padding-bottom: 100px;
background: url(gradientbg.png) repeat-x;
margin-top: -100px;
position: relative;
}

.calls{
width: 60%;
}

.hidden-panel{
background-image: url(hidden-panel.png);
background-position: center top;
background-repeat: no-repeat;
}

.blue-window{
background-color: $theme_color_6;
padding: 45px 180px 45px 0px;
width: 180px;
margin: 100px auto 30px;
}

这是网站:http://www.thebullyproject.com/home2

最佳答案

我现在不是 100% 确定为什么,但看起来内容在 IE10 中被下推了,因为没有足够的空间容纳它,您也有左侧填充。

如果您将 .gradient-wrap 上的 padding-left 更改为 22px 它将按预期工作(填充少一点) .

关于html - IE 10 - 尽管父位置为 :relative,div 仍被下推,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15117168/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com