我所經歷的是,圖像是坐在它的div的方式過度,儘管CSS是說它應該坐在的700
。IMG上的最大高度不工作在固定的DIV
任何幫助表示讚賞
#largephotohold {
border: 0px black solid;
position: fixed;
bottom: 0px;
width: 90%;
margin-left: 5%;
background-color: white;
text-align: center;
border: 3px solid red;
max-height: 700px;
}
#largephotohold IMG {
max-height: 100%;
max-width: 100%;
}
<DIV id="largephotohold">
<img src="http://i.imgur.com/AUn1uj6.jpg">
</DIV>
https://jsfiddle.net/e8nx0cto/
兄弟u需要,只除去MAX- .....如果你只給高度:400像素;這將工作 –