Our version of Supersleight
WebNola has been using the amazing script Supersleight for years as a way to deal with alpha transparency issues in Internet Explorer 6.
On a recent project, we noticed that it did not work with images that were used as inputs on a form.
So, we added the following line which made Supersleight with form input buttons, too:
if(obj.tagName==’INPUT’&&obj.src.match(/\.png$/i)!==null){el_fnFixPng(obj);}
Just add that under line 7 and there you go. Or just download it here. Just use the implementation instructions here and you’re golden.











