Skip to content

Instantly share code, notes, and snippets.

@IllusionMH
Created April 24, 2012 18:56
Show Gist options
  • Save IllusionMH/2482701 to your computer and use it in GitHub Desktop.
Save IllusionMH/2482701 to your computer and use it in GitHub Desktop.
Bug with 180deg rotation
/**
* Bug with 180deg rotation
*/
div {
border: 1px solid black;
width: 100px;
height: 30px;
}
#div2 {
-o-transform: rotate(180deg);
}
#btn2, #btn3 {
-o-transform: rotate(180deg);
}
<!-- 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" />
{"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