PNG transperency problems in IE 6 or lower
Rate Topic:




-
Group:
Member
-
Posts:
64
-
Joined:
15-October 06
Posted 07 March 2008 - 09:11 AM
Hello guys,
Can u suggest me a really working solution to fix png transparency in IE6.
Thanks in advance.
0

- HAHAHAHA!!!!
-
-
Group:
News Posters
-
Posts:
1,651
-
Joined:
07-October 04
Posted 07 March 2008 - 03:49 PM
Download the zip from my attachement and extract
pngfix.htc....
Place this file in the same folder with the CSS stylesheet file that you will be using the site,
add following code in the first line of the CSS stylesheet file.
img {
behavior: url("pngfix.htc");
}
... and you should have no problems with PNG files in IE6 or lower.
NOTE : this fix does not work on png images applied in background (layer background, table or cell background or css
background:url property)
0
-
Group:
Member
-
Posts:
64
-
Joined:
15-October 06
Posted 07 March 2008 - 10:30 PM
Cheerz mate!
0