Google Blogoscoped

Wednesday, November 25, 2009

A CSS3-based Rotated Google

Ages (in web time) ago, I created a rotated Google based on some IExplorer hack. Now, there's a CSS3 compatible new Rotated Google around. As the old one, it's completely unofficial, but (rotation aside) also completely usable. If you check out the HTML source of the page, you'll notice the following CSS bit that does the magic:

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

[Thansk Antimatter15!]

Advertisement

 
Blog  |  Forum     more >> Archive | Feed | Google's blogs | About
Advertisement
Books about Google on Ebay
Want to make money with your website? AllPosters.com Affiliates Program Advertise here?

 

This site unofficially covers Google™ and more with some rights reserved. You can subscribe to the feed, email your tips and join our forum!