Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<!--[if lt IE 7.]>
<style type="text/css">
#mainlogo {background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’images/logo.png’);}
</style>
<![endif]-->
Not really. The link you posted uses a .htc file which contains javascript whereas the method I posted uses CSS conditional comments. If you are going to have lots of images on the page that need this attention (especially if you don't know how many) then the javascript method will probably be the best solution. In the case of one or two known images, I'd prefer the CSS based approach which should be faster.That's precisely what the link i posted does