gpt4 book ai didi

css - chrome 页脚重叠内容尽管清晰 :both used

转载 作者:行者123 更新时间:2023-11-28 13:08:00 25 4
gpt4 key购买 nike

我的页脚 div 与 chrome 浏览器中的内容重叠,尽管我已经清除了它。有人可以用 css 给我指出正确的方向吗?我应该使用 if is chrome javascript 吗?

http://archibaldbutler.com/projects/roaming-giraffe/html/

谢谢

最佳答案

如果页脚一直设计在页面底部,那么这样做:

.footer-bg {
clear: both;
bottom: 0px;
position: fixed;
width: 996px;
height: 192px;
background-image: url('../html/images/footer-bg.jpg');
background-position: center top;
background-repeat: no-repeat;
}

.content-bg2 {
clear: both;
float: left;
margin-top: 10px;
margin-bottom:192px;
width: 996px;
height: 369px;
background-image: url('../html/images/maincontent2bg.jpg');
background-position: center top;
background-repeat: none;
}

如果它应该位于该内容区域的底部,则执行此操作:

.footer-bg {
clear: both;
bottom: 0px;
width: 996px;
height: 192px;
background-image: url('../html/images/footer-bg.jpg');
background-position: center top;
background-repeat: no-repeat;
}

关于css - chrome 页脚重叠内容尽管清晰 :both used,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15747577/

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