please help, to rotate div to 90 degrees, based on a specific point, ie, top-left corner of that div in Internet Explorer 7 using javascript or jQuery or css or html.
I had tried with fiter,
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=-1.00000000, M21=1.00000000, M22=0.00000000,sizingMethod='auto expand');
This rotates the div to 90 degrees but the top-left corner is displaced.