Does anyone know if IE now supports transparent png's etc...? Does chrome as well?
+2
A:
Every mayor browser does (so that includes chrome). Only IE6 doesn't, but I wouldn't consider that a problem. So yes, you can use semi-transparent png's.
Jouke van der Maas
2010-07-09 16:38:21
There are also several javascript-based fixes for IE6. So, as long as you don't mind another file, you can use transparent and semi-transparent PNG's in IE6 as well.
Ryan Kinal
2010-07-09 16:41:10
+5
A:
IE7+, and every other modern browser including Chrome, supports PNGs with alpha channels.
The only drawback to watch out for in IE7-8 is that alpha channels do not play nicely with the IE-specific alpha
filter typically used as fallback for CSS opacity
.
bobince
2010-07-09 16:39:41
A:
The older versions of IE don't support transparency, but there are a lot of fixes out there -- for example, http://jquery.andreaseberhard.de/pngFix/.
a.feng
2010-07-09 16:40:01