I've been encountering an issue where the drop-down navigation bar is appearing flat and fully visible for a few seconds while a page is loading. This seems to occur specifically on pages with more content, leading me to believe that the navigation is loading quickly.
Is there a method to postpone the loading of the navigation bar until after all the content has finished loading? I attempted to create a javascript onLoad function, but it resulted in multiple form errors for unknown reasons.