What is the best solution for using transparent PNG in Internet Explorer 6?

The lack of proper PNG support in IE6 is a well-known issue with several solutions. There does not seem to be a clear best practice or method.

What do you offer for a better solution, and why?

+3
source share
6 answers

The best solution I found is the Original PNG Fix . It is tiny, fast, and fixes most of the problems found in other solutions.

+1
source

1) Eliminate the need for alpha transparency

Otherwise

2) Javascript , . SuperSleight , javascript.

3) IE6 CSS IE6.

IE6, , , 3 .

-Adam

+3

*.png *.gif IrfanView, . GIF-Format 256 , : (

0

- pngfix.js, PNG IE6.

0

DirectX AlphaImageLoader

Twinhelix

and version 2.0 , still not fully tested, seems to work fine with background PNGs too.

You cannot ignore IE 6.0, as it still accounts for over 20% of the browser market share. GIF transparency is below par.

0
source

Use PNG-8 for transparency, as it will work with IE6. It will act as a GIF image under IE6, while it provides alpha transparency in more convenient browsers.

0
source

Source: https://habr.com/ru/post/1703107/


All Articles