Cheers Jamie.
I've figured out a possible fix from your 100% idea.
Putting 100% in the body didn't work (but made sense), so I measured the page height at my largest resolution - 1280x1024 - and put that instead:
Code:
body {
height:860px;
}
Just tried it in moz 1.3 on my system and it works on all resolutions, but it may not work on huge screens - when the browser window is more than 860 in height. I dunno.
