gpt4 book ai didi

css - 使用嵌套 div 的页脚

转载 作者:太空宇宙 更新时间:2023-11-04 15:53:53 24 4
gpt4 key购买 nike

我正在尝试向我的网站添加页脚,但文本一直在移动。

<div id="footer">
<div id="footerchild">
<a href=".html">1</a>
</div>
<div id="footerchildone">
<a href=".html">2</a>
</div>
<div id="footerchildtwo">
<a href=".html">3</a>
</div>
<div id="footerchildthree">
<a href=".html">4</a>
</div>
</div>

和CSS

#footer {
margin-left: 100px;
background: #812;
box-shadow: 1px 2px 40px 1px #444;
border: 1px solid black;
width: 1040px;
height: 300px;
position: absolute;
}

#footerchildone {
float: right;
margin-right: 500px;
margin-top: -22px;
}

#footerchildtwo {
float: right;
margin-right: 350px;
margin-top: -22px;
}

#footerchildthree {
float:right;
margin-top: -22px;
margin-right: -250px;
}

我希望每一列都以特定距离为中心,但是当我移动例如 childthree 时,第二个 child 会随之移动。它不应该是那样的,因为我给了他们每个人一个单独的 div。有什么问题?

最佳答案

我想你正试图完成这个:

http://jsfiddle.net/65GaS/5/

就这么简单还是我误会了你。

关于css - 使用嵌套 div 的页脚,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10832193/

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