hello,
for some reason the png on this test page(aspx) just disapeas in ie.
http://63.134.251.252/
im using the method below from www.daltonlp.com
works in ff not ie.
.trans_box2 {
width: 778px;
margin: 10px auto; border: 0px solid black;
padding-bottom:5px;
/* Mozilla ignores crazy MS image filters, so it will skip the following
*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
sizingMethod=scale src=images/transshad.png);
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
background-image:url(images/transshad.png);
}
/*--- end translucent shadow*/
-best
kevin
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************