I'm scaleing a huge div with absolutely positioned content inside. The problem is, that Matrix transforms seem to work on every browser (FireFox, Chrome, Safari, Opera, IE7, IE9), but not on IE8.
I looked at the source code, and it was generating this code for the filter on IE8:
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.4091666666666667, M12=0, M21=0, M22=0.4091666666666667, Dx=0, Dy=0) ;
I remember reading, that IE8 filters must be prefixed with the
-ms-
prefix. Maybe that is the case, transforms seem not to be working.