IE6 PNG Glitch Summary
by z3n on May.30, 2009, under Notes
Despite all those javascript, css, htc, etc. fixes for correctly displaying a png on IE6 (alpha image hack) there’s a couple of issues that never go away:
- You can’t have a custom position on the PNG background (check this post about alternate background positions if you’re not familiar with it);
- You can’t have it tiling, it always will be streched to the size of the element (scale) or will be shown on it’s regular size;
- If it’s on a background of a DIV links, forms and text will not work right;
- On slower machines it will lag the site;