/ Published in: CSS
URL: http://www.misteroneill.com
This bit of CSS allows IE6 to render alpha-transparency in PNG-24 images. However, using Microsoft filters can dramatically degrade performance, so use sparingly and consider an alternative (non-tranparent) image for IE6 specifically.
Expand |
Embed | Plain Text
background:url('') no-repeat 0 0; _background-image:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');
Comments
Subscribe to comments
You need to login to post a comment.

good