Forum Moderators: not2easy
I have been working on creating a text navigation bar using css and javascript. The formatting and the display is fine. However, when the page loads initially there exists a momentary flash (with the unformatted text) after which the formatting for the text is applied. (This is similar to the FOUC problem visually, but the code follows the guidelines given in the solutions of FOUC problem)
I have one .css file and one .js file that are loaded and the <body> tag has an onLoad function as follows: onLoad="loadTabs();"
I am not sure if the problem is with faster load of the files or the execution of loadTabs(). I request you to guide me through this problem.
Thanks,
cheetos