I'm skewing and rotating an element with CSS transform and I'd like to make the inner element appear normal again by applying a "reverse" transformation. With rotation it's easy: if you have an element that is rotated 45 degrees then the inner one would have a rotation of -45 degrees to look "normal" again.
Now, with rotation and skew it's not so easy. See this example here: http://jsfiddle.net/8R4ym/56/
The text is rotated and skewed in a way that it's at least positioned correctly but I can't seem to find the "rules" for making it look perfectly normal applying some kind of reverse transforms. Any ideas? Thanks a lot!