我正在使用圖像作爲背景。下面是DIV的CSS爲什麼我的css背景不透明?
#bkground {
width: 1100px;
margin-left: auto;
margin-right: auto;
background: url(images/carbon_fiber2.jpg) ;
background-repeat: no-repeat;
background-position: center top;
/*background: black;*/
}
在Firebug它顯示爲
#bkground {
background: url("images/carbon_fiber2.jpg") no-repeat scroll center top transparent;
margin-left: auto;
margin-right: auto;
width: 1100px;
}
在什麼地方tranparent設置來自我怎麼能有圖像顯示正常嗎?
感謝
您能鏈接到現場網站嗎?還是演示?我上傳了 – 2010-12-18 03:42:34
。我想要的是瀏覽器的黑色背景,然後是圖像作爲包裝div的背景。目前只有瀏覽器出現。 http://www.racefightclub.com/dev/index.php – nktokyo 2010-12-18 03:50:57
既然你說過你使用的是螢火蟲,你能否在網絡標籤下檢查url images/carbon_fiber2.jpg的請求是否成功? – Chandu 2010-12-18 03:51:47