| Fixing PNG Transparency for IE6 | |
|
|
Open the iepngfix.htc file, and locate this code: if (typeof blankImg == 'undefined' ) var blankImg = 'blank.gif' ; Next, change it to the following: if (typeof blankImg == 'undefined' ) var blankImg = 'stylesheets/blank.gif' ; To work properly, the HTC file needs to use a blank .gif file to complete the transparency, and it needs you to provide a link that’s relative to the HTML file it’s being applied to, not the style sheet. Add this line to your IE 6 conditional comment rule in the index.html file:
|



