You need to set transform-origin( -webkit-transform-originetc.) on top leftand add translateX(-100px)after the rotation (so here:) transform: rotate(-90deg) translateX(-100px). Otherwise, you rotate around the center point (set the background on the rotated element, and you will see).
, IE9 ( ), , - .