I am trying to Fx.Move to move an element from on div to another.

The source div's css has this:
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);

The destination div is to the left of the source div.

If I use Fx.Move in Firefox or Safari the element actually moves up instead
to the left.

If I run it in Internet Explorer it works correctly since the source div
does not get rotated, I tested this just to make sure my Fx.Move code was
correct.

Any suggestions of how to get around this?

Reply via email to