Hi guys,
Does anyone know if there is a way to make a page do something before onLoad?
At the moment I am displaying a page of DIV's. They are all set to display: block. I am using the Javascript to make the display: none. It takes a second to do this with onLoad. Any ideas how I can make it not render the DIV's before the javascript gets chance to hide them?
Does anyone know if there is a way to make a page do something before onLoad?
At the moment I am displaying a page of DIV's. They are all set to display: block. I am using the Javascript to make the display: none. It takes a second to do this with onLoad. Any ideas how I can make it not render the DIV's before the javascript gets chance to hide them?