http://jsfiddle.net/cECRj/中心形象Y和X
我怎麼會居中圖像,使其在DIV的完整的中心?
#box
{
border: 1px solid;
margin: 0px 10px 0px 0px;
width: 250px;
height: 200px;
border-radius: 35px;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border: 1px solid #E8E8E8;
display:inline-block;
}
<div id="box">
<img src="cleaning1.jpg" height="150px" width="200px">
</div>
爲了對準一個未知的尺寸的圖像垂直和水平中心,你可以參考[我的答案在這裏(http://stackoverflow.com/questions/18516317/vertically-align-an-image-inside-a- DIV-與響應高/ 18516474#18516474)。 –
圖像大小會改變嗎? –
@HashemQolami我累了,但我無法上班 – user3354493