Some elements are set to display: none, like the .flash and .hidden CSS 
classs. The reason for this is to prevent exactly what you are describing. 
You don't want those elements to be displayed before JavaScript has a chance 
to load. Once the page is fully loaded, then JavaScript makes these elements 
visible.

Reply via email to