Created
April 24, 2012 18:56
-
-
Save IllusionMH/2482701 to your computer and use it in GitHub Desktop.
Bug with 180deg rotation
This file contains 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
/** | |
* Bug with 180deg rotation | |
*/ | |
div { | |
border: 1px solid black; | |
width: 100px; | |
height: 30px; | |
} | |
#div2 { | |
-o-transform: rotate(180deg); | |
} | |
#btn2, #btn3 { | |
-o-transform: rotate(180deg); | |
} | |
This file contains 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
<!-- content to be placed inside <body>…</body> --> | |
<div id="div1">Block 1</div> | |
<div id="div2">Block 2</div> | |
<br /> | |
<br /> | |
<input type="button" value="Button 1" id="btn1" /> | |
<input type="button" value="Button 2" id="btn2" /><br /> | |
<input type="button" value="Button 3" id="btn3" /> | |
This file contains 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","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment