The height of the page should not exceed beyond the bottom of the of the screen, unless the users screen can only display a height of less than 600 px or so as a single page. This might be too restrictive though.
This is going to have to be done most likely through css changing sizes to % of height and width instead of pixels. Jquery has some of this shit as well.
The height of the page should not exceed beyond the bottom of the of the screen, unless the users screen can only display a height of less than 600 px or so as a single page. This might be too restrictive though.