I have been working on the following page (validated etc) which works fine in Firefox and IE6-7.
Page:
www.stevebatzdesign.com.au
CSS:
http://www.stevebatzdesign.com.au/css/sbd_style.css
In Chrome & Safari, white space is showing up at the bottom of my page beneath the footer (the box extends full width and to the bottom of the browser). You may need to hit refresh a several times to activate this problem.
If I make the body height say 10000px it goes away, but this also requires an overflow:hidden; on the body to stop the scrolling which isn't really a proper fix.
It seems that if I get rid of all my javascript (jquery etc) it fixes the problem. Of course I need these to run elements of the page. To make matters worse it seems any one of the three javascript files run will cause the problem to occur.
I can't seem to work out exactly whats causing this...