4

Rotate a web page 90 degree counter clockwise

 2 years ago
source link: https://gist.github.com/miebach/4573273
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Rotate a web page 90 degree counter clockwise

Chrome

javascript: document.body.setAttribute( "style", "-webkit-transform: rotate(-90deg);");

paste into JS console: Ctrl-Shift-C -> "Console" from top menu

Firefox

javascript: document.body.setAttribute( "style", "-moz-transform: rotate(-90deg);");

Opera

javascript: document.body.setAttribute( "style", "-o-transform: rotate(-90deg);");

from: http://malaysia.answers.yahoo.com/question/index?qid=20100626224638AA58pQQ

more info: http://www.the-art-of-web.com/css/css-animation


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK