Google Cache - my page covers part of the Google heading
freydaddy
2:56 pm on Apr 2, 2006 (gmt 0)
hi everyone, does anyone know why when google caches my website why my site would step on the google cache heading? in other words my site is on top of the white heading of google that shows the cache information. thanks to all that reply!
tedster
3:35 pm on Apr 2, 2006 (gmt 0)
The most common reason is that you are using some absolute positioning that is calculated in relation to the whole viewport rather than relative to an interior container of some kind. Google's cache takes up the top of the viewport area, but the absolute position is still going right where it was programmed to.
g1smd
8:18 pm on Apr 2, 2006 (gmt 0)
I see this a lot, and I am surprised that Google doesn't include some code in their cache pages to mitigate that effect.