Hi,
I was wondering if I could do the following:
load a html page and set the backgroung color of the body element dynamically with javascript, in this case with a jquery script. If the page elements are loaded before the js executes, then the body color will be white for a second, and then it changes the color. If the js would be loaded before the rendering of the html then we wouldnt have a body yet to apply the changes right? Or am I wrong? Could you please give me a tip what is the best solution for this? Thanks a lot
greetings