Taming Opera's Fullscreen Mode
18 February 2003 · Last updated: 15 October 2006
You may have noticed how Opera 7 can lose the stylesheet when pressing F11 to go into fullscreen mode. This is because Opera treats fullscreen mode as having a media type "projection" not "screen". To solve the problem, make your code similar to this:
<link rel="stylesheet" href="styles.css" type="text/css" media="screen, projection" />
You can of course use different stylesheets for each mode. For more on this see this Opera forum page.
Useful Info
EMAIL: www.designdetector.com (replace the 1st dot with "@")
NEWSFEED: Subscribe to news of fresh posts and site updates. (RSS 2.0 compatible newsreader required.)
Disclaimer
Some links on this website lead to information provided by external services not under my control, therefore I am not responsible for the content or accuracy of the linked information.
All code examples are not guaranteed 100% free from bugs and/or mistakes. Use them at your own risk. I do not take any blame should a problem occur relating to use of code on this site given as an example for your own use. Such code has been tested and found to work for me, but I cannot vouch for other computer systems (existing now, or in the future) which it may be used on, or changes you introduce yourself based on my code.
This website is © Christopher Hester, except where separate authors are named. No part of this website may be reproduced or re-used in any way without my prior permission, except content added from separate authors (who retain the copyright on their material), examples of code, and any other content I explicity state is free to copy and make use of.
This page was last updated on 15 October 2006.