Pete
Pete

Reputation: 245

CSS/HTML white space

The page isn't long enough (I'm on a 24" screen), so there is a white space at the bottom. Is there anyway to set some sort of min-height on the page? Or any solution? Never had to deal with this before.

Upvotes: 1

Views: 297

Answers (3)

Brian Ray
Brian Ray

Reputation: 1492

Looks like you need a Sticky Footer.

Upvotes: 0

Jack M.
Jack M.

Reputation: 32070

Your problem is actually your background-image (200px x 200px white image) over-riding your background-color (#000000) choice.

Try moving your background-image into a different part of the page, like putting wrapping div around your .container_12 with a 100% width.

Upvotes: 4

curt
curt

Reputation: 4582

You can set the body to a background color. What did you want to have at the bottom?

Upvotes: 3

Related Questions