Icon: News & Updates News & Updates
Want a quick, lazy, command line way to pipe iso-8859-1 ( or any character encoding ) SQL into MySQL as UTF-8? Here's a little four-liner for you!
iStylista - the new on-line personal shopping service is set to launch next month and boy are we excited!
A little slide show object for any of you that use prototype and scriptaculous.
Our online hotel, tour and travel portal - Gate54 - is back.
Icon: Creative Portfolio Creative Portfolio
Icon: Clients & Partners Clients & Partners

News & Articles

Definitive IE PNG Fix

Finally! The ultimate Internet Explorer fix for displaying Alpha Transparent PNG images

After many months of searching we have finally found the ultimate solution to the perennial problem of Internet Explorer 6 not supporting Alpha Transparent PNG images. Initially posted at http://bjorkoy.com/ the method involves using a .htc hack to script IE6's behaviour, and adding the following line to your css:

img {
    behavior: url(iepngfix.htc);
}

What makes this method so much better is that this PNG fix also works on css background images (as well as the standard <img> tags). To download the full code please go to www.twinhelix.com/css/iepngfix/. Hats off to Mr Turnbull for his sterling work!

PNG fixes and Google Maps

Further to my initial post here about the definitive IE PNG fix we have discovered a potential pitfall.

Internet Explorer fails to render the Google Map when you use the PNG Fix in the "wrong" way.

To see my full explaination please read:

IE PNG Fix and Google Maps

 


Posted by D Smith, 27th Mar '08