treehouse : what would you like to learn today?
Web Design Web Development iOS Development

How to preserve png transparency in IE after scaling the div that has the png as background?

  • Hi guys!

    I've allready tried ARGB with filter, alphaImageLoader filter but none of it did the trick. I still get a black(no transparency) background after applying a transform:scale(2) to a div. The only thing that worked was belatedPNG but because I'm animating the div it really get's slower and not really the way I wanted it. So do you know a fix for this problem?