PDA

View Full Version : Footer


kozakkk
01-19-2006, 11:33 AM
Hello!
I need a little help with my footer. I want the grey colour to stretch all the way down in the page. I donīt know why itīs white at the bottom. To advanced for me, a little helt please!?


Kerstin

davenewt
01-19-2006, 12:45 PM
Hey kozakkk,

The CSS file being used for your blog is: templates/simple/styles/light.css

Open this file and replace the following piece of code which you have at the top:

html, body {
min-height:100.1%;
}

...with this...

html, body {
margin: 0;
padding: 0;
height: 100%;
}

That should do the trick :)

Cheers,
Dave.

kozakkk
01-19-2006, 04:48 PM
I am so greatful cause I was going crazy about that little thing!

Thanks, Kerstin