Click the "Try it" button to rotate the DIV element:

myDIV

Note: Internet Explorer 8 and earlier versions do not support the transform property.

Note: Internet Explorer 9 supports an alternative, the msTransform property. Newer versions of IE support the transform property (do not need the ms prefix)

Note: Chrome, Safari and Opera supports an alternative, the WebkitTransform property.