2012-11-21 87 views
0

爲參考:檢查: http://jsfiddle.net/blackvibes/mVYwd/我需要一個img垂直居中在一個div,如何?

我創建了移動網站(這是很肯定不能做到這一點的最好方式..但無論如何)我使用百分比一路,因爲它在任何移動(人像)屏幕上的尺寸應該相當相等。

我試過numberous的東西,如:

#header img { 
vertical-align:middle; 
padding-top: auto; 
padding-bottom: auto; 
margin-top: auto; 
margin-bottom: auto; 

}

但我仍然不能得到它的工作。

唯一會在那個div中的是那個呈現學校標誌的單個圖像。

在此先感謝!從IMG標記

回答

0

用你的形象,你的#header ID背景:

#header img { 
    background:url(your_image.jpg) center center no-repeat; 
} 
0

刪除widthheight

#header{text-align:center;}