Temporarily Hide Scrollbar

Hi,

I am currently in the process of rewriting one of my websites. It was previously written in PHP but am using Web Core this time. The one page website is created dynamically and starts empty. All text/images are retrieved from a database so that it does not have to be recompiled and uploaded whenever content needs to be changed.

The problem I am having is that while it is loading the scrollbar keeps updating due to the size of the web page getting larger. Is there any way of either hiding the scroll bar while it is loading or stopping it updating?

The test site can be seen at test.simplyaccounts.net

Thanks,

Ken

Setting CSS style overflow:hidden on the element that gets the scrollbar during loading?

Thanks but I already tried that.

Without further details, it is hard to give any sensible other advice.