Skip to content

Instantly share code, notes, and snippets.

@visualkom
Last active December 5, 2019 16:26
Show Gist options
  • Save visualkom/3827173 to your computer and use it in GitHub Desktop.
Save visualkom/3827173 to your computer and use it in GitHub Desktop.
[Text Rotation in IE] (Snook.ca) #explorer
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
The rotation property of the BasicImage filter can accept one of four values: 0, 1, 2, or 3 which will rotate the element 0, 90, 180 or 270 degress respectively.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment