Return to Snippet

Revision: 29411
at July 30, 2010 06:56 by reynish


Updated Code
#elementWithTransaprentPNGBackground {
_background:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img.png',sizingMethod='crop');
}

Revision: 29410
at July 28, 2010 21:15 by reynish


Initial Code
#elementWithTransaprentPNGBackground {
_background:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img.png',sizingMethod='crop');
text-indent:-9999px;
}

Initial URL


Initial Description
Needs to be set on every element.\r\nimg.png needs to point to background

Initial Title
IE Fixes: Background PNG Transparency

Initial Tags
ie

Initial Language
CSS