Monday, February 8, 2010

PNG support for developers

I recently began using more and more .png images in my development. A client told me of a problem and I knew it was because of browser versions not supporting .png graphics but didnt know why. I even included a png fix javascript in my head to solve the issue...

The png fix that i used turned out to only fix png images that
were within an img tag. I was using png images as a background image.

Once again, i knew a fix existed already and i just had to find it.

Hope this helps you: http://jquery.andreaseberhard.de/pngFix/index.html

By the way this led to another problem...How can i test my site in previous versions of a browser? see this post for info.

No comments: