Forum Moderators: open
Any ideas or possible solutions?
Thanks!
<Sorry, no personal URLs.
See Browsers Forum Charter [webmasterworld.com]>
[edited by: tedster at 8:16 pm (utc) on Dec. 22, 2006]
This is that whole structure/presentation split thing. If you use background-color, as opposed to background-image, it will be faster.
The idea is that your structure is perfectly formed quickly. The layout is fine, and the images are "eye candy," so they are given lowest priority. They also tend to be the biggest part of the page download, so the quick, important stuff is drawn first, followed by the expensive eye candy.
I use background-image extensively in my sites. It allows me to do massive customization of my sites by simply switching CSS files, but the price is slow rendering. preloading images may help a bit for slower connections.