/ Published in: CSS
Expand |
Embed | Plain Text
/** Transparent PNG’s in IE6 An IE6 bug which causes a great deal of hassle is that it doesn’t support transparent PNG images. You will need to use a filter which overrides the CSS. */ * html #image-style { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="filename.png", sizingMethod="scale"); }
You need to login to post a comment.
