Home › Forums › JavaScript › How to display page content after javascript finishes. › Re: How to display page content after javascript finishes.
May 18, 2009 at 12:40 am
#57669
Member
just put a absolutely positioned div at the top of the page (below head but above all content) and give it a width and height of the full page so it covers everything then give it a high z-index. then at the very end of your script select that div and give it a display: none property