Internet Explorer su*ks
Microsoft's Internet Explorer is known of many bugs and issues, which require extra work to be done.
IE PNG Fix (IE 5.5 and 6)
IE 6.0 and lower does not support PNG alpha transparency.
Solutions for IE 5.5/6.0:
- IE PNG Fix - may affect performance
- iFixPng improved (jQuery) - may affect performance
- convert PNG to 8-bit transparency - works in all browsers
- filter:progid:DXImageTransform.Microsoft.AlphaImageLoader»
(src='image.png',sizingMethod='scale');
Others
Explorer Exposed: http://www.positioniseverything.net/explorer.html
The IE6 Three Pixel Text-Jog
Peekaboo
FOUC (Flash Of Unstyled Content)
Concerns: when using @import in IE
Solution: at least one LINK element or SCRIPT element inside a document's HEAD element
Details: http://bluerobot.com/web/css/fouc.asp
Last modified: 2008/08/09 13:10 by Przemek Sobstel