How to load a specific background image first?

Hi,

I want to load a specific background image first on my website. But because the html element which the background image is applied to appears at the end of the html, the background images which are applied to the html elements before it are always loaded ahead of it. How can make this background loaded first without changing the order of the html elements?

Thank you very much.