Todd Baker wrote:
We are finding that the background images for our main navigation are
downloading last and as such the white text is unreadable untill the
background arrives

You're assuming the background image will arrive. What happens if someone has images turned off? You should specify a background colour as well.

Is there any logic I can apply (ordering CSS etc) that will affect the
order the browser requests and downloads background images?

Browsers would likely request images in the order that they are required, though there is no guarantee of this. If the markup for the navigation appears last in the markup, then due to incremental rendering, it is likely that the images required to render it will be downloaded near the end. If it's at the top of the markup, then it seems logical that it would be downloaded near the beginning.

--
Lachlan Hunt
http://lachy.id.au/

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to