/ Published in: CSS
                    
                                        
CSS style to rotate a particular layer or object
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
iframe {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
position: absolute;
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
URL: http://forums.wittysparks.com/topic/css3-rotate-feature-works-well-in-ie-too
Comments
 Subscribe to comments
                    Subscribe to comments
                
                