Wednesday, 23 November 2011

css div tag rotate

Hi
i am telling you to the rotation of div tag in html.You know the css and i will tell you the code to rotate div tags in any angle .

-moz-transform: skewy(40deg) skewx(40deg);


this will give you the skew effect of the div tag using mozilla fire fox
also the rotation is given by
 -moz-transform: rotate(45deg);

thank you