View Single Post
Old 10-29-2013, 12:20 PM   #486 (permalink)
Phantom
Master EcoModder
 
Phantom's Avatar
 
Join Date: Jan 2010
Location: Independence, KY
Posts: 603

Blue Meanie - '02 Volkswagon Golf TDI
TEAM VW AUDI Group
90 day: 48.52 mpg (US)

Wife's car - '05 WV Passat TDI

Rudy - '94 Chevy C2500
Thanks: 89
Thanked 47 Times in 44 Posts
This is not actually a bug but something that bugs me and can easily be fixed. I often zoom in on the page for reading and leave it there and it works great but the header is split in half since it is two images.

To keep the image together please remove the width setting in the header it fixes the issue till I zoom in about 210%.

Currently
<td class="headerbg"><div align="center"><table border="0" cellpadding="0" cellspacing="0" width="795">

To fix <td class="headerbg"><div align="center"><table border="0" cellpadding="0" cellspacing="0">

A side note that can reduce the server load some by removing the large CSS group and pushing it all into the CSS file that loads after it. That way the browser will load the .css from cache and have to download the text every time. That will save about 5.42K for each page after the first is loaded.
__________________
I move at the speed of awesome.


"It's not rocket surgery!" -MetroMPG
  Reply With Quote
The Following User Says Thank You to Phantom For This Useful Post:
Piwoslaw (10-30-2013)