Browser window fills screen

wxdqz

New Member
How do I create a browser window that fills the screen?

1. At the moment, I'm creating a new window (no buttons/scroll bars etc), positioning it at (0,0) and making it huge. It fills the screen, but it extends beyond it also, and I can move it left and see that there's more. How do I truncate it at the edges of the screen?

2. I know that IE for Wintel has a full screen mode. Can I detect if I'm running on a Wintel PC, and create a full-screen window, or if I don't detect this, revert to method (1)?

I want to do this for my online operating system (Flash MX plug-in required). It is currently designed around PAL resolution, beacuse of the possibilities for set-top boxes:-

<!-- m --><a class="postlink" href="http://www.i2genius.com/coreos/core.html">http://www.i2genius.com/coreos/core.html</a><!-- m -->
 
Back
Top