Mikulas Dite
Mikulas Dite

Reputation: 7941

Css rotate in IE9 preview

Is it possible to rotate content by any angle in the new IE9 preview? Filter in IE8 could rotate by multiples of 90, was this changed / improved? Or is here any other way (besides drawing with canvas and svg) to rotate text and divs?

Upvotes: 1

Views: 1925

Answers (2)

Oleg
Oleg

Reputation: 221997

Probably the question is still open for you. One can use -ms-transform. I use it for example in the demo (see the answer).

Upvotes: 1

Rich Bradshaw
Rich Bradshaw

Reputation: 72975

Assumedly it will support CSS transforms by the time it's final.

Upvotes: 1

Related Questions