I have an HTML page that loads one way the first time you load it and another way the second time. This is reproducible using Chrome in private mode (because it clears the c
Ok - the issue depends on multiple things
So while running Chrome in Incognito Mode and reloading again and again eventually I could reproduce the issue.
You cannot easily fix the loading race condition but fixing your css should work :
pull-left
to your logoclearfix
to the page-headerwidth
& height
to your logo image so it doesn't pop in once loadedSo here it is: