How to use semi-transparent png images in IE6

前端 未结 5 573
臣服心动
臣服心动 2020-12-17 04:37

How can I use semi-transparent png images in IE6?

相关标签:
5条回答
  • 2020-12-17 05:07

    I have to say I prefer DD_belatedPNG over supersleight. It's way easier to implement and doesn't seem to deadlock IE6 plus hover works out of the box.

    http://www.dillerdesign.com/experiment/DD_belatedPNG/

    0 讨论(0)
  • 2020-12-17 05:12

    In fact you can using IE6 PNG Fix. There are some limitations, but overall, it works just fine.

    0 讨论(0)
  • 2020-12-17 05:14

    I had an issue once about png transparency in ie6 and what saved me was this:

    http://allinthehead.com/retro/338/supersleight-jquery-plugin

    hope it help

    0 讨论(0)
  • 2020-12-17 05:19

    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.

    0 讨论(0)
  • 2020-12-17 05:21

    You can't... IE6 doesn't support transparent PNGs. Your best option is to use transparent GIFs and format them to match the background they go over.

    Edit: On that note: http://ie6update.com/

    0 讨论(0)
提交回复
热议问题