html - Remove white background image css -


i have header element , 50x50 png image in it. image loaded css:

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

when page loading displaying normally. when reduce size of browser window near image appears white background. how remove it?

-webkit-appearance: none; 

doesn't help

thank you.

try code might border issue..

img{border:0 none;} 

Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -