I have a <div>
that its rotated 66 deg with -webkit-transform(rotate66)
. When I am performing a resize, width or height, the div seems to change his top/left coordinates. The actual left/top
CSS proprieties do not change though. I think that there is something going wrong in the transform matrix.
Is there any way of making the rotated <div>
"stay still" on a width/height
resize? On resize should be a left and top prop applied to counter this movement but I can't seems to find the right proportions.
You can see the test here (Webkit Only): http://jsbin.com/iqezoj/4/edit
Thank you