I created a draggable widget that is working nicely in localhost and chrome, but in firefox it didn't work properly
this code also I included
moz-transform: scaleX(-1) scaleY(-1);
-o-transform: scaleX(-1) scaleY(-1);
-webkit-transform: scaleX(-1) scaleY(-1);
transform: scaleX(-1) scaleY(-1);
can you give some suggestions