Last active
December 5, 2019 16:26
-
-
Save visualkom/3827173 to your computer and use it in GitHub Desktop.
[Text Rotation in IE] (Snook.ca) #explorer
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
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