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

This makes for quite a usability issue. Is there any way you can revisit
the design to ensure the text is visible with images turned off or not
downloaded?

Or if it's just a case of fixing the anchor color then supply a background
color for just that element. The browser will render the specified
background color and place the image over the top of it when it is
downloaded.

EXAMPLE
a {background: #000 url(image.gif); color: #fff}

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

Not that I'm aware of... I always thought it was something magical that
browsers and servers worked out amongst themselves to in order to make
best use of the available packets and minimise requests.

kind regards
Terrence Wood.






******************************************************
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