Hi all -

Having a real noob problem here. I have a DIV wrapped around my entire
page. It's opened RIGHT after the body tag:

<body>
<div id="mainContainer">etc...
</div>
</body>

The CSS for that DIV is as follows:

#mainContainer {
        min-height:650px;
        background-color: #fff;
        border-left: 1px solid #ccc;
        border-right:1px solid #ccc;
        padding: 0 20px 20px 20px;
}

My problem: That white background is only displaying up until the
650px min-height. If the page is taller than that, and most of them
are, the white stops at 650 regardless.

Any help would be greatly appreciated.

Thanks,

Bill

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to