gpt4 book ai didi

HTML/CSS 错误放置的标题和丢失的图像

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

我遇到了一个小问题,一些标题在我正在处理的网站上放错了位置,而且没有显示应该显示在每个标题下方的图像。你可以在这里看到我在说什么:

"To join" is supposed to be below the last images

这是我的 HTML:

<!-- main-content -->
<div id="main-content">
<h1> Check out all our DEADicated sites: </h1>
<div class="sites">
<a href="http://www.thedeadicated.tumblr.com" target="_blank">
<img src="images/sites/tumblr.jpg" width="215" height="150" alt="Tumblr"/></a>
<p> Tumblr </p>
</div>
<div class="sites">
<a href="http://www.twitter.com/thedeadicated" target="_blank">
<img src="images/sites/twitter.jpg" width="215" height="150" alt="Twitter"/></a>
<p> Twitter </p>
</div>
<div class="sites">
<a href="http://www.youtube.com/user/DeadicatedRepository" target="_blank">
<img src="images/sites/youtube.jpg" width="215" height="150" alt="YouTube"/></a>
<p> YouTube </p>
</div>

<h2> To join TheDEADicated, click <a href="http://musichype.com/artists/dead-sara" target="_blank">HERE</a>! </h2>
<h2> To get your own DEADicated wristband, click <a href="http://store.cinderblock.com/the-deadicated-rubber-bracelet.html" target="_blank">HERE</a>! </h2>
<h2> Can't get enough of Dead Sara?! <a href="http://www.facebook.com/pages/Dead-Sara-Addiction-Treatment-facility/337823746314667?group_id=0" target="_blank">Dead Sara Addiction Treatment Facility</a> </h2>
<h2> Email us at: TheDEADicated@TheDEADicated.org </h2>

</div> <!-- close main-content -->

这是主要内容和标题的 CSS 代码:

#main-content{
padding: 50px 50px 30px 50px;
background: #fff url('images/shadow.png') repeat-x;
min-height: 800px;
}

#main-content h2{
margin-top: 30px;
padding-bottom: 8px;
background: url('images/ink-line.png') no-repeat left bottom;
clear: both;
}

如有任何帮助,我们将不胜感激。谢谢!

最佳答案

我不能确切地说出这里发生了什么,但猜测标题上方的元素看起来如何,我会说你有一个 float 问题。尝试从 h2 中删除“clear: both”并添加“float: left; width: 100%;”取而代之。

关于HTML/CSS 错误放置的标题和丢失的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15254806/

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