[EMAIL PROTECTED] wrote: > Is there any logic what order browser use while loading content from > network.
Yes. Content is loaded in FIFO order, except as modified by changing priorities. Generally, <img> tags end up with a higher priority than backgrounds, and end up earlier in the queue (since they are loaded from content, not layout). -Boris _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
