我需要在CSS的網頁頂部中心有一個圖片。現在,我只是在css中使用background-image:
,但這將它放在頁面的中間。CSS把圖片放在頁面頂部
這裏是我的代碼:
body {
background-image: url("theimageurlgoeshere"); //The image is 842 x 508
background-attachment:fixed;
background-position: center top;
background-repeat: no-repeat;
}
此外,更改background-position:
似乎對網站的結果沒有影響。任何幫助表示讚賞。
您定位的是哪種瀏覽器? – uhleeka 2010-05-20 23:47:36