Return to Snippet

Revision: 7855
at August 18, 2008 07:03 by alexvf


Updated Code
/* For IE. Mozilla ignores. */
.element{
  //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/image.png');
}

/* For others. IE ignores styles with [attributes]. */
.element[class]{
  background: url('images/image.png') no-repeat center center;
}

Revision: 7854
at August 18, 2008 06:58 by alexvf


Initial Code
/* For IE. Mozilla ignores. */
.element{
  //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/chapela.png');
}

/* For others. IE ignores styles with [attributes]. */
.element[class]{
  background: url('images/chapela.png') no-repeat center center;
}

Initial URL


Initial Description


Initial Title
PNG Background Transparency IE

Initial Tags
css, ie

Initial Language
CSS