
Anyway, to solve this issue, here is a simple additional CSS attribute that you can use to resolve it.
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='[IMAGE HERE]', sizingMethod='scale'); -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='[IMAGE HERE]', sizingMethod='scale')";
With the code above, simply replace the
[IMAGE HERE] with the correct location of your image to use.Unfortunately, the code above scales the image to fit the entire area that it covers. So if you are using a sprite to cover as your background, this might bring more issues.
ajibanda++
is a blog about programming and developing. Here, we aim to provide in-depth tutorials that teach you how to code even for beginners!
Sign up to our weekly newsletter for
FREE
tips and blog news direct to your inbox!
this work with SSL (https) ?
ReplyDelete