Here the total height of all \'s are 900 pixels, but the jQuery function returns the height of the body as 577 pixels. (If I remove the body CSS, it\
\'s are 900 pixels, but the jQuery function returns the height of the body as 577 pixels. (If I remove the body CSS, it\
I believe that the body height being returned is the visible height. If you need the total page height, you could wrap your div tags in a containing div and get the height of that.