Is there an efficient way to activate support for transparent PNGs in BigFeature for site visitors using IE6 browsers?
Support for transparent PNG for IE6 browsers?
(3 posts) (3 voices)-
Posted 4 months ago #
-
Multiple ways to achieve that :
- tell your users not to use an outdated and non-compliant browser :)
- save your PNG in RVB 8 bits
- use a gradiant (if you've got an uniform background)
- this script : http://www.dillerdesign.com/experiment/DD_belatedPNG/
- use an AlphaImageLoader filterPosted 4 months ago # -
option 1,2 and 3 is not a solution for me.
i've tried a lot of png fix scripts, but none of them work for me except this one:
http://24ways.org/2007/supersleight-transparent-png-in-ie6Posted 2 months ago #
Reply
You must log in to post.