PH Smiley blipvert...
Discussion
I assume you're seeing something like this in the blip?

The technical explanation for this is
The technical explanation for this is
- Our site header isn't part of the forums code
- When the forum loads it requests the header
- Part of the header response includes CSS, which is what sets the logo and icons to be the right size
- Because this is being loaded via JavaScript, it's happening in the <body />
- Since this loads outside of the <head /> element, the page loads before the styles have been downloaded so you'll see it adjust as it loads and comprehends the rules
- You won't see this happen on other parts of the site because it all happens on the server before the response is sent to the client and we can serve the CSS in the <head /> element
- The inner workings of PistonHeads.com resemble the result of a Rube Goldberg machine architected by feral hamsters
Gassing Station | Website Feedback | Top of Page | What's New | My Stuff


