chris_bcn
05-22-2006, 09:43 PM
Can I make png transparency with background images work in IE?
http://comediadesign.com/potrero/bi/wireframe.html
the CSS for the mast is:
#mast{
background: transparent url(../images/mast_blank.png);
height:110px;
margin:10px auto 0;
overflow:auto;
}
I then added
*html #mast
{
background: transparent url(../images/mast_blank.png);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/mast_blank.png', sizingMethod='scale');
}
but that didn't work - any ideas? Am I just being dim?
http://comediadesign.com/potrero/bi/wireframe.html
the CSS for the mast is:
#mast{
background: transparent url(../images/mast_blank.png);
height:110px;
margin:10px auto 0;
overflow:auto;
}
I then added
*html #mast
{
background: transparent url(../images/mast_blank.png);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/mast_blank.png', sizingMethod='scale');
}
but that didn't work - any ideas? Am I just being dim?