Simple Transfrom in IE6-8

Demo on enabling CSS Transform in IE6-8 with CssSandpaper

Cross Browser CSS Transformation

Below is the demo of css transformation using cssSandpaper contains rotation, translate, skew, and combination of these.

No translation
-sand-transform: translate(200px, 0);
-sand-transform: rotate(45deg);
-sand-transform: rotate(45deg) translate(200px, 0);
sand-transform: rotate(45deg) translate(500px, 0);
Fork me on GitHub