Click to See Complete Forum and Search --> : Bizarre whitespace in the header


Ferret
01-27-2009, 10:57 PM
I'm working on a layout for my blogger blog, and... completely randomly, I encounter this whitespace at the top of the page.

Using Chrome's inspector, it seems to be space above the body... which doesn't make any sense to me.

Any idea what's causing it?
http://josiahkiehl.blogspot.com/

By the way:
Forgive the validation errors: Blogger doesn't get along well with validators.

skywalker2208
01-27-2009, 11:16 PM
In reset.css the code below is causing the problem.


html {
background:#FFFFFF none repeat scroll 0% 50%;
color:#000000;
}

Ferret
01-28-2009, 09:01 AM
Hm. That makes it no longer white but there's still space.



I added a workaround but moving #wrapper up 20px, but that doesn't really fix my problem... any thoughts as to what's causing that space would be great. :)