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

 

This site unofficially covers Google™ and more with some rights reserved. Join our forum!