I'm rotating a div in IE11,
This works:
transform: rotate(90deg);
But this doesn't:
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1 );
Can someone tell me why?
The answer is: filters are deprecated since IE9 and should not be used.
Source: http://msdn.microsoft.com/en-us/library/ie/ms530752(v=vs.85).aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With