Hello, I am trying to figure out a way to learn the width and height of a browser and use that information for layout. I am using the same
CSS layour for multiple pages and I would like the central div area to never be smaller than 95% of the screen even if my content may not occupy the full screen. The code should not clip off content for the case where I have more than one screen height worth. Ideas? Frank