As designed  Style Property Issue - Header

James

Well-known member
When applying a background-image to the header style property, the background image is assigned to <div id="header"> AND <div id="headerProxy">.

The result seems to be that the background image is loaded twice, which isn't ideal.

a7f4aa18d5b04db486515fb.png


d6eba533ea544b70a106a38.png


6bef5bb53ed14c38861c6f9.png
 
That's intentional. It's to ensure that if the page delays in loading, the header looks reasonably correct without it's content (since the content is at the end of the document).

The image won't be loaded twice.
 
Top Bottom