IE6 PNG transparency

前端 未结 12 2149
耶瑟儿~
耶瑟儿~ 2020-11-28 08:26

How can I fix PNG transparency bug in IE6 for background image?

12条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 08:36

    Be aware that the AlphaImageLoader transform can deadlock IE6.

    Use PNG8s instead of regular PNG32s. You are restricted to 256 colors and 1 bit of alpha transparency, but it beats randomly deadlocking the browser.

提交回复
热议问题