Forum Moderators: not2easy
You should either explain the reason for wanting this, or reconsider why in the world you'd want to do such a silly thing.\
To answer the question, it cannot be done with CSS. Javascript can detect screen resolutions, but it's not a good thing to be doing (even for real reasons).
To that end there would be an image across the top, the "stage" bit would be where the content would go and then at the bottom there would be another div with an image for the bottom of the stage and a background that would run down to the bottom, so the whole booth takes up 100% height of the screen.
I was wanting to have the whole booth viewable on screen without scrolling which is why I have used a % height rather than set pixels, so the content area fits at 800x600 but isn't stupidly small at 1280x1024 and you can still see the image below, and the repeated background which is set to run off the bottom of the page with overflow:hidden in the body style so it won't allow the user to see all of it.
I just wondered if it was possible to set the page up and not have it resize itself with the browser window at a certain resolution because it can make it look a bit rubbish if it goes too small, but thats the users fault I guess. Ideally I would use position:fixed to do everything, but thats just not a viable option.
Cheers
Tim
The one thing that may not be too bad to implement, is Javascript to resize the browser window to full size. Not all users have this allowed for their Javascript settings though (it's an option you can control in Firefox, for instance)