gpt4 book ai didi

html - 页脚图像在 IE8、9、10 上不显示,但在所有其他浏览器上显示

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

我有一个页脚图像在 IE8、9 和 10 上不显示,但在其他浏览器上显示,尽管搜索答案也无法找出原因。

我是新手,所以我的代码中可能存在明显的错误,但如果有人能提供答案,我将不胜感激。

代码是:

.ffooterimage {
position:relative;
height:325px;
max-width:100%;

}
.fabsolute {
width:150px;
height:200px;
position:absolute;
display:block;
left:50%;
margin-left:-550px;

}

#fposition {
width:500px;
height:0px;
position:relative;
display:block;
left:50%;
margin-left:-70px;
top: -110px;
bottom: 0px;
font-size: 13px;
}

#flonglinks {
position: relative;
width:600px;
height:0px;
display:block;
left:50%;
margin-left:-70px;
top: -25px;
font-family: "UbuntuRegular",Verdana, Geneva, sans-serif;
font-size: 11px;
}

#linksleft {
position: relative;
width:300px;
height:0px;
position:relative;
display:block;
left:50%;
margin-left:-620px;
top: -100px;
font-family: "UbuntuRegular",Verdana, Geneva, sans-serif;
font-size: 13px;
}

ul li {
list-style-type: none;
}
<!-- FOOTER BEGINS -->
<div class="ffooterimage">

<div class="fabsolute"><img src="/images/website-footer.jpg" alt="" height="px"/></div></div>
<div id="fposition">
Company info here
</div>
<div id="flonglinks"><p><a href="/Home/Privacy"style="color:black;" >Privacy </a>| <a href="/Home/Disclaimer"style="color:black;">Disclaimer</a> |<a href="/Home/Contact"style="color:black;"> Contact us</a> | <a href="Complaints-Procedures.pdf" style="color:black;">Complaints </a> | <a href="/logbook-loans-london"style="color:black;">London</a> | <a href="/logbook-loans-manchester"style="color:black;">Manchester</a> | <a href="/logbook-loans-sheffield"style="color:black;">Sheffield</a> | <a href="/logbook-loans-liverpool"style="color:black;">Liverpool</a></p>
<div id="linksleft">
<ul>
<li><a href="http://www.example.com">Example</a>
<li><a href="http://www.example.com" style="color:black;">Example</a>
<li><a href="http://www.example.com" style="color:black;">Example link</a>
<li><a href="http://www.example.com" style="color:black;">Example link</a>
<li><a href="http://www.example.com" style="color:black;">Example link</a>
<li><a href="http://www.example.com" style="color:black;">Example link</a>
</ul>
</div>
</div>

<!-- FOOTER ENDS -->

最佳答案

只需删除 img 标签中的 height="px"

关于html - 页脚图像在 IE8、9、10 上不显示,但在所有其他浏览器上显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26561178/

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