我發現我的圖像水平和垂直居中圖像。但它不起作用。 我的代碼是垂直和水平居中一個圖像在div中
#parent {
position : relative;
float : left;
width : 700px;
height : 400px;
overflow : hidden;
background-color: black;
}
#parent img {
max-height :400px;
max-width : 700px;
}
高度和圖像的寬度是動態的。
我認爲這實際工作圖像不論大小,檢查演示出 – Sean 2012-07-06 10:07:14
@anonymousdownvotingislame把任何圖像裏面,它將在中心 – sandeep 2012-07-06 10:07:36
據我所知,這實際上是完全工作。我以前沒有見過像這樣使用垂直對齊方式。 。 。 – Sean 2012-07-06 10:07:39