SuperSleight PNG fix

Since none of the PNG fixes are 100% efficient and are known to mess up regular non-transparent background PNGs used in certain templates, this plugin can either process only inline or inline and background images, depending on your needs and/or the template you intend to use.
For more info, visit http://24ways.org/2007/supersleight-transparent-png-in-ie6/ or http://www.edgeofmyseat.com/
eg:
bikes/collection2010/plugins/system/pngfixjs/x.gif
should be just:
plugins/system/pngfixjs/x.gif
so all i did was enter the full path in the .js works like a charm.
thankyou again
With this plugin I finaly managed to get everything right in every browser (IE6, IE7, FF, Opera)
First i had a problem with opera because the script to get png transparent came always in the header, no matter what browser.
So i fixed the code by going from this:
?> addCustomHeadTag($newtag);
?> addCustomHeadTag($newtag);
?> php
I changed the IF to IE7 en added the IF into the tag that has to be imported in the header.
Now everything works fine
THX again for this plugin...
So I decided to manually insert the supersleight code into the template myself in the end, because that was faster than trying to figure out what went wrong with this!
32:
$newtag = '';
41:
$newtag = ' ';
After changes plugin Excellent work in FF, Opera etc.
Sorry my bad english.
Enjoy!
LOL that's funny :))
Anyway, no need to make fun of it, as the plugin works flawlessly - as I said the JS might cause problems with certain templates, but you better talk to Drew about it :)
Cheers!
Well done!
Also, all of my boxes (shoutbox, latest news box, and left/right module boxes) seem to ignore the "boundaries" or borders I set in my template css files, so everything overflows in the page (the entire scroll box content is spilled onto the whole site rendering the scroll bar useless)
I am sorry the plugin didn't work for you; as I said, it doesn't ALWAYS work properly, just as none of the available PNG fixes do. This one, however, worked for me when no other did, so I decided to make it into a plugin.
There are other PNG fixes available here, try them one by one - might work for you :)



