Abyss Information wrote: > you have to add a heap of code for transparency with IE - my question is when > you want to use it with a CSS via a style sheet > > > body > { > Background-Attachment: Fixed; > Background-Image: URL(../../ws_files/img/Index/MainLogo.png); > Background-Position: Top Left; > Background-Repeat: No-Repeat; > filter: > progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../ws_files/img/Index/MainLogo.png', > sizingMethod='scale'); > margin-left:550px; > color:#000; > background-color:#60564C; > padding-top: 175px; > } > > > it falls over and doesn't work is there a CSS hack for this? >
You haven't removed the background image, so it is working, but you're still seeing the background image with its gray background. You need to remove the background image and use the image in the filter instead. Of course, this means that you can no longer use the background related properties, like background-position, that you are using now. So yes, I suppose filter won't work in your particular situation, so you'll need to find another solution. Zoe -- Zoe M. Gillenwater Design Services Manager UNC Highway Safety Research Center http://www.hsrc.unc.edu ______________________________________________________________________ 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/