rotate and its properties

Posted by faxtion on Stack Overflow See other posts from Stack Overflow or by faxtion
Published on 2010-03-24T17:31:36Z Indexed on 2010/03/24 17:33 UTC
Read the original article Hit count: 316

Filed under:
|
|
|
|

When using

-webkit-transform: rotate(-90deg); 
-moz-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);;

does its properties rotate with it or do they stay the same, for example does the margin top become the left, or does margin top stay at the top?

Think it's me being stupid but having some weird things happing when trying style the elements

© Stack Overflow or respective owner

Related posts about html

Related posts about css