forget about hacks, overflow or javascript ... your code should works (fine in FF and standard browsers) but I bet it's something else creating the conflict show us a link with the issue to see what's up
the only hack you may want to use for IE6 is: min-height:650px; height: auto !important; height: 650px; since IE6 doesn't recognize min-height On Apr 9, 9:52 pm, Richard Edwards <[email protected]> wrote: > You may have to use a javascript to determine the window size and then > adjust the min-height based on that. > > On Fri, Apr 9, 2010 at 7:20 AM, PBnJ <[email protected]> wrote: > > Are you looking to make the entire page white? Or just specific > > columns? > > > For the entire page add: > > body {background-color:#FFFFFF;} > > > For the specific column, try this hack, it can sometimes fix the bugs > > related to min-height: > > height:auto !important; > > > On Mar 10, 5:48 pm, c1natra <[email protected]> wrote: > >> 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] > > > To unsubscribe, reply using "remove me" as the subject. -- -- 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]
