I have a basic site with a header, a main application window with a bunch of jQuery and multiple divs in one container, and also a footer with a few links, these only take up about 620px in height and what I'd like is to have my page cut off at about the 625px mark but I can't seem to get around having a white space at the bottom if I set my background image to 100% and it's container to 625px.
This only happens when I maximize the resolution of my browser window via full screen mode (in firefox if it matters), I leave it in regular viewing mode, my page looks great but this got me thinking that the white space at the bottom would probably show for other ppl with higher resolution. If I set the height of my background container to 768px, no white space w/full screen but I get a vertical scroll bar and a bunch of useless space at the bottom. This makes the site look kind of weird because there's only one window which acts as an application with multiple animations.
Is there a method for ending a page at a specific px dimension and still have it fit with a high resolution screen without having to re-flow the entire page? I only ask because I have a lot of absolute divs and re-flowing them to re size accordingly will not look very attractive. Why not just use flash? Because I like to use Javacript whenever possible to avoid depending on Adobe flash player.
Thanks