I want to rotate an element in browsers including IE8.
For all other browsers execpt IE8 I can do: <vendor>-transform: rotate(-45deg)
For IE8 I know I have to use -ms-filter: "progid:DXImageTransform.Microsoft.Matrix
but I'm unsure what matrix manipulations to set. My matrix brain is kind of rusty.
Anyone?
You can use this matrix generator to help : http://www.boogdesign.com/examples/transforms/matrix-calculator.html
this one is as well very helpfull : http://www.useragentman.com/IETransformsTranslator/
This should do it: