我的容器上有height:auto
,但它在第三個div後停止,並使其他div返回並移動到左邊的第三個div旁邊時,它們應位於其下方。爲什麼我的身高不會超過我的第三格。如果您需要視覺幫助,請去my site。 修復問題無需回答這個問題!在高度上有固定高度的容器div:自動
#container{
margin:100px 50px 100px 300px;
min-width:500px;
max-width:1300px;
height:auto;
background-color:#26353c;
clear:both;
}
#portfolio{
float:right;
margin:100px -70px 0 0;
}
#resume{
float:right;
margin:15px -70px 0 0;
}
#aboutme{
float:right;
margin:15px -70px 0 0;
}
<div id="Lefttext">
<p>I have been in the Macomb Community Colleges MACA program earning my Web Specialist Degree. </p>
</div>
<div id="portfolio"><a href="portfolio.html"><img src="images/Portfolio.png" width="876" height="148" alt="Portfolio" /></a></div>
<div id="resume"><a href="resume.html"><img src="images/Resume.png" width="750" height="148" alt="Resume"/></a></div>
<div id="aboutme"><a href="about-me.html"><img src="images/About Me.png" width="624" height="148" alt="About me"/></a></div>
你的問題是什麼? – Goose
請嘗試問清楚的問題,你會得到更好的答案。 –
認爲這是明顯的從「高度是固定的,但其對汽車」的意思,爲什麼不會我的身高再往前走比我的第三次DIV – Mike