The module seems to not work corectly with Internet Explorer, here is a picture of comparison (the first window is IE and the second is Firefox): HERE

Comments

davet’s picture

I was seeing this issue too until I changed all the padding to margins on the element that I'd applied the class.

peregrina’s picture

thats the problem, i only apply pngfix on the rounded icons, and everything seems wrong

mlncn’s picture

Seeing the same issue in 5.x-1.0 also— on background images, so changing padding to margin isn't an option.

Anything JQuery experts see as modifiable here? The "sizingMethod" option?

 		//fix input with png-source
		jQuery(this).find("input[@src$=.png]").each(function() {
			var bgIMG = jQuery(this).attr('src');
			jQuery(this).get(0).runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader' + '(src=\'' + bgIMG + '\', sizingMethod=\'scale\');';
   		jQuery(this).attr('src', settings.blankgif)
		});
mlncn’s picture

Microsoft documentation not very promising: http://msdn.microsoft.com/en-us/library/ms532920(VS.85).aspx

robloach’s picture

Version: 6.x-1.0 » 6.x-1.x-dev

Hrmmm, maybe we should migrate to http://drupal.org/project/iedestroyer .....

mad_matt’s picture

change the sizingMethod to \'crop\'