More information about the Underscore mailing list

[_] alphaimageloader

Tim Beadle tim.beadle at gmail.com
Tue Aug 22 11:18:51 BST 2006

On 22/08/06, s'unya <sunya.dickman at gmail.com> wrote:

> Hi all,
> Can anybody tell me why this doesn't work?
> h1 {
> background:none;
> filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo_limbictv.png',
> sizingMethod='scale');
> }
> yet this does...?
>
> h1 img, h1 div {
> filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo_limbictv.png',
> sizingMethod='scale');
> }
>
> I feel like I hate IE5+ for some reason...and perversely, I feel grateful to
> IE7 for supporting pngs.

Have you tried using pngfix.js instead?
http://homepage.ntlworld.com/bobosola/

Tim