2013-05-03 176 views
3

我有header元素和50x50 png圖像在其中。用css加載的圖像:刪除白色背景圖像css

#header{ 
    width: 50px; 
    height 50px; 
    background: url("/static/img/image.png") no-repeat; 
} 

頁面加載全部顯示正常。當我縮小圖像附近的瀏覽器窗口的大小時出現白色背景。如何刪除它?

-webkit-appearance: none; 

不利於

謝謝。

+6

怎麼樣'背景:網址( 「/靜態/ IMG/image.png」)不重複透明;'? – Morpheus 2013-05-03 12:23:40

+0

圖像大小是多少?頭是什麼? – sylwia 2013-05-03 13:15:47

回答

0

試試這個代碼可能是邊界問題..

img{border:0 none;} 
0

試試這個

background: transparent url("/static/img/image.png") center center no-repeat;