Is there any PNG-fix for IE 6 and without modifying current HTML, CSS and image name?
any javascript way.
I can add any thing in <head>........</head>
but can't modify anythings inside <body>.....</body>
.
in one shot i want to make transparent all png transparent.
OK here's a question: if you can't modify the HTML, CSS or image at all, what the heck can you modify? The raw network stream coming from the server?
As I just learned, this script will make IE behave like a standards compliant browser, including PNG fixes.
This can be fix in 2 way
There is a fix file called png-fix.js, just get from net and include it before your
</body>
tag.Better you can change you png file format into png-8 format via the photo-shop tool.
My preferred PNGFix is DD_belatedPNG. It is easy to use, example from the page:
You can set that
.png_bg
selector to whatever you see fit. Perhaps you want to replace all of the headings on a page:DD_belatedPNG.fix('h1,h2,h3');