Recent Entries:

Favorite Links

IE6 does not cache my filtered pngs

Wednesday, November 19th, 2008

When using png images as background, you need to apply a trick to make Internet Explorer 6 to display the background as transparent:

filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’http://robcos.com/img.png’, sizingMethod=’crop’);

I realized though that if Internet Explorer caching setting is set to Every visit to the page, the png file is dowloaded multiple times if you have the same picture more than [...]