Created
November 5, 2015 04:41
-
-
Save srinathweb/7106587e531c29bbdeba to your computer and use it in GitHub Desktop.
rotate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=1.00000000, M21=-1.00000000, M22=0.00000000,sizingMethod='auto expand')"; | |
| filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=1.00000000, M21=-1.00000000, M22=0.00000000,sizingMethod='auto expand'); | |
| -moz-transform: matrix(0.00000000, -1.00000000, 1.00000000, 0.00000000, 0, 0); | |
| -webkit-transform: matrix(0.00000000, -1.00000000, 1.00000000, 0.00000000, 0, 0); | |
| -o-transform: matrix(0.00000000, -1.00000000, 1.00000000, 0.00000000, 0, 0); | |
| http://stackoverflow.com/questions/11900870/rotating-a-text-to-270-degrees-in-ie8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment