CSS3 2D
transforms allow you to manipulate boxes for effects like rotating,
scaling, and skewing, without using images, Flash, or JavaScript.
Sadly, IE 8 and earlier don't support CSS3 transforms—but you
can get the same results using its mysterious Matrix filter in your
CSS. IE's proprietary filter
property is not valid CSS, but it's ignored by other browsers and doesn't require the use of JavaScript. The Matrix filter allows you to put in four numbers to produce transformation effects. Without the Transforms Translator, you'd need to know matrix mathematics to come up with the four values. This tool does the math for you to translate your simple CSS3 transforms syntax into a Matrix filter value for IE 6 through 8. Learn more about filters and the Transforms Translator.
Questions or comments? Please feel free to do so on my blog article on the Translator.
Supported Transform Functions
This tool written by Zoltan Hawryluk and Zoe Mickley Gillenwater.
Powered by CSS Sandpaper, with the help of code written by Weston Ruter, Dean Edwards and Andrew Johnson.
Step 2: Copy and paste the cross-browser CSS!
For CSS3 Savvy Browsers
For IE
To ensure you're transforms will look optimal in IE, please take a look at our user notes.