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
Post a Comment