I've got a header background image and another background image for the header container. They come right after each other in the style sheet. But browsers render the first image immediately and then wait until all other content is loaded before loading the second image.
How to set order of image loading?
7
I've got a header background image and another background image for the header container. They come right after each other in the style sheet.
But browsers render the first image immediately and then wait until all other content is loaded before loading the second image.
So a visitor with a slow connection ends up looking at an incomplete header until the whole page finishes. This is ridiculous and there seems to be no logic to it.
I've heard of preloading images but nothing I've googled has worked.
Can this annoyance be improved?
But browsers render the first image immediately and then wait until all other content is loaded before loading the second image.
So a visitor with a slow connection ends up looking at an incomplete header until the whole page finishes. This is ridiculous and there seems to be no logic to it.
I've heard of preloading images but nothing I've googled has worked.
Can this annoyance be improved?
- webdesignpa
- [1] reply
- SteveJohnson
- Peter01
- Steve Wells
- WillR
Next Topics on Trending Feed
-
7