Design and CSS styles
Version 5.x > Design and CSS styles > Png Background Image in IE View modes: 
User avatar
Member
Member
cbougatsa-gmail - 11/30/2010 3:22:33 AM
   
Png Background Image in IE
Hello,

I was wondering if kentico uses a script to add the following code to every element that uses a png background image:

background-image: url(x.gif); FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='…pathtoimage.png', sizingMethod='scale');


I'm noticing this code in every png background image and I would like to stop it.

Thanks

User avatar
Member
Member
cbougatsa-gmail - 11/30/2010 6:55:06 AM
   
RE: Png Background Image in IE
I found the answer.

It's a script named bgsleight.js. It's working fairly good for versions prior to IE8 but in IE8 it's messing up my background pngs.