> Hi David,
>
> I read the enteire website, and this fix don't work for png images
> used as background in the css like :
>
> .bckgrnd{
>   background: url('image;png');
> }
>
> but, thanks for the page, I like the solution he offers there for
> regular images.
>
> Still hopping to find a solution for the background png problem
>
> TIA

You can use the following filter in your css - feed it to IE with a  
conditional comment:

filter:progid:DXImageTransform.Microsoft.AlphaImageLoader 
(src="your_file_name.png",sizingMethod="scale");

You can find more info with a google search
http://www.google.com/search?q=alphaimageloader+filter+png+backgrounds

I just had a messy, time consuming experience with this though where  
links over the png background weren't clickable in IE.
Ingo Chao offered a helpful page:

http://www.satzansatz.de/cssd/tmp/alphatransparency.html

-Chirsty


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to