Hello all, I hope your new year is off to a good start!  :)

I am working with a transparent png... I want to the AlphaImageLoader  
filter to fix IE/PC... and because IE 5.0 on PC does not understand  
transparent .png or the filter, I want to feed that browser a gif  
version of same graphic... Make sense?

So far, here is what I got code-wise:

#logoContainer {
        background: transparent url(../img/template/logo.png) no-repeat scroll  
0 0;
        width: 832px;
        height: 396px;
        margin: 0 auto;
}
@media all {
        * html #theGrowingEdgeLogo {
                background: transparent url(../img/template/logo.gif) no-repeat 
 
scroll 0 0;
                
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../ 
img/template/logo.png'),sizingMethod='image';
        }
}

Am I right in assuming that IE5.0/PC will display the gif version and  
ignore the filter?

Any help/suggestions/links/thoughts would be great... searching on  
google for help as I type this... Oh, the CSS-d archives, going there  
now too!

Thanks!
Cheers,
Micky
-- 
¸.·´¯`·.¸¸><(((º>`·.¸¸.·´¯`·.¸¸><((((º>
·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸><((((º>
`·.¸¸><((((º>¸.·´¯`·.¸¸><((((º>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to