Thursday, December 17, 2009
how to fix png transparent images in ie6
First of all you need to download from here
How To Use
Copy and paste iepngfix.htc and blank.gif into your website folder.
Copy and paste this into your website's CSS or HTML:
Type your summary here.
Type rest of the post here
<style type="text/css">
img, div, a, input { behavior: url(style/iepngfix.htc) }
</style>
If your site uses subfolders, open the .HTC file in a text editor like
Windows Notepad and change the blankImg variable to include a correct path to blank.gif like so:var blankImg = '/images/blank.gif';
DONE…
0 comments: to “ how to fix png transparent images in ie6 ”
Post a Comment