gpt4 book ai didi

html - CSS-Bug 在滚动时导致重复元素

转载 作者:行者123 更新时间:2023-11-28 16:28:53 24 4
gpt4 key购买 nike

我在 Windows 7 上遇到 Internet Explorer 11(版本 11.0.9600.18204)的问题。我正在开发的网站似乎无法正确显示:

on Win7

但是在 Windows 8.1 上的 Internet Explorer 11(版本 11.0.9600.18205)上并没有出现同样的错误:

on Win8.1

有什么办法可以解决这个问题吗?

编辑:这是有问题的 CSS 代码:

div[Attributes Style] {
text-align: -webkit-right;
}
user agent stylesheetdiv {
display: block;
}
#footer {
clear: left;
margin-top: 1em;
margin-left: 0px;
margin-right: 0px;
background: #efefef;
text-align: center;
padding: 10px;
position: fixed;
bottom: 0px;
height: 20px;
width: 100%;
}
div {
display: block;
}

对于这段html代码:

<div id="footer_container" align="right">
<div id="footer">
<b>
<a href="<url>/start.ivp" style="text-decoration: none" title="Impressum">Impressum</a>
</b><img id="j_id_t" width="10px;" height="" alt="" src="/ivy/faces/javax.faces.resource/spacer/dot_clear.gif?ln=primefaces"><b>|</b><img id="j_id_v" width="10px;" height="" alt="" src="/ivy/faces/javax.faces.resource/spacer/dot_clear.gif?ln=primefaces">
<b>
<a href="<url>/start.ivp" style="text-decoration: none" title="Datenschutzerklärung">Datenschutzerklärung</a>
</b><img id="j_id_x" width="10px;" height="" alt="" src="/ivy/faces/javax.faces.resource/spacer/dot_clear.gif?ln=primefaces"><b>|</b><img id="j_id_z" width="10px;" height="" alt="" src="/ivy/faces/javax.faces.resource/spacer/dot_clear.gif?ln=primefaces">
<b>
<a href="<url>/start.ivp" style="text-decoration: none" title="AGB">AGB</a>
</b>
</div>
</div>

最佳答案

请勾选父级div容器并设置:

position: static

这应该避免感知到的行为。

关于html - CSS-Bug 在滚动时导致重复元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35622857/

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