gpt4 book ai didi

css - 水平居中

转载 作者:太空宇宙 更新时间:2023-11-04 05:26:50 26 4
gpt4 key购买 nike

这是页面:http://aevm.ca/fond2.html

当我使用这个 css 时:它左对齐并顶部为零

#center {
height: 100%;
width: 960px;
position: absolute;
background-color: #FF0;
top: 0px;
margin-right: auto;
margin-left: auto;
}

当我使用这个 css 时:它居中对齐,顶部 10-20 像素(为什么?)

#center {
height: 100%;
width: 960px;
position: relative; (the only difference)
background-color: #FF0;
top: 0px;
margin-right: auto;
margin-left: auto;
}

如何获得顶部位置和水平居中?

最佳答案

使用 position: relative#center .

这是源代码的第 16 行:

<script src="jquery.backstretch.min.js" .. ></script><br>

摆脱鬼鬼祟祟 <br> :D

关于css - 水平居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4787954/

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