Revision: 30148
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 9, 2010 07:22 by math89
Initial Code
iframe {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
position: absolute;
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
Initial URL
http://forums.wittysparks.com/topic/css3-rotate-feature-works-well-in-ie-too
Initial Description
CSS style to rotate a particular layer or object
Initial Title
CSS3 Rotate Feature works well in IE too
Initial Tags
CSS3
Initial Language
CSS