2009-12-25 185 views
1

http://we-live.in/the_sierra - 接近頁面底部我有一個包含草圖的div。我怎樣才能讓草圖在頁面上水平居中?居中我的標題DIV

確定我得到它爲中心 現在我需要

感謝

+1

如果您提供的是代碼而不是鏈接,它會更有幫助。 – 2009-12-25 06:02:02

回答

1

在你的CSS它較低下移頁面上,添加以下

background-position:center top; 

到以下:

#title{ 
    width:940; 
    height:145px; 
    display:block; 
    background-image:url(images/header.jpg) 
} 

此外,您還可以添加以下

margin:auto; 

但如果你只是想在背景圖片(草圖像)爲中心,可能沒有必要。

+0

#title { background-image:url(imgs/new_neighborrow.png); background-position:center top; display:block; height:145px; width:940px; } 我用螢火蟲檢查,它仍然在左邊 - 生病嘗試automargin--謝謝! – adam 2009-12-25 06:29:06

+0

這是'#title'聲明錯誤。你不是在說以'header.jpg'作爲背景的嗎? – Sampson 2009-12-25 07:01:40

+0

好吧,我把它集中並確定了正確的聲明......但是現在如果我試圖將它放在頁腳的底部,它會攪亂一切?在此先感謝不知道該網站是否適合這種類型的小東西即時學習 - 如果確定要閱讀常見問題解答和最佳做法 - 謝謝 – adam 2009-12-25 18:31:10