Created
February 27, 2013 15:27
-
-
Save ultim8k/5048732 to your computer and use it in GitHub Desktop.
Image rotation in ie :#
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
/** | |
* Image rotation in ie :# | |
*/ | |
#mypoorimage{ | |
filter: progid:DXImageTransform.Microsoft.Matrix( | |
sizingMethod='auto expand', | |
M11=68.08510638297873, | |
M12=-10.0178749274099, | |
M21=10.0178749274099, | |
M22=68.08510638297873); | |
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=68.08510638297873, M12=-10.0178749274099, M21=10.0178749274099, M22=68.08510638297873)"; | |
} | |
/* Did you actually expect it to work with that pic? */ |
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
<img id="mypoorimage" src="https://dl.dropbox.com/u/31132753/Mitsotakis_yodel.jpg" /> |
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
// alert('Hello world!'); |
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
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment