ahmadsherby
New Member
I want a web page to appear in the browser only after it finished loading all its elements. My usual solution is to delay showing the page until after all the elements finished loading. I use this in CSS:\[code\]body {opacity: 0;}\[/code\]