How to rotate internet window by 90 degrees.
would like to be able to rotate a Firefox window by 90 degrees. How can that be done?
would like to be able to rotate a Firefox window by 90 degrees. How can that be done?
所有回复 (2)
Not sure if Firefox has that feature. It might better if you are able to rotate the entire screen view of your monitor (if that feature exists).
See : http://www.wikihow.com/Rotate-Your-Computer-Screen
And I found this :
javascript: document.body.setAttribute( "style", "-moz-transform: rotate(-90deg);");
由Happy112于