Skip to content

Instantly share code, notes, and snippets.

@srinathweb
Created November 5, 2015 04:41
Show Gist options
  • Select an option

  • Save srinathweb/7106587e531c29bbdeba to your computer and use it in GitHub Desktop.

Select an option

Save srinathweb/7106587e531c29bbdeba to your computer and use it in GitHub Desktop.
rotate
-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