Re: [css-d] consistent container height no matter the amount of content

2005-06-09 Thread Gianni Cuccu
Hi, you could set a equal minimum height for the #main_content with something like that #main_content{ background-color:#fff; min-height: 500px;/* set here min height */ height: auto !important;/* overwrite the height */ height: 500px;/* this is also the min height for IE */ border:5px solid

[css-d] consistent container height no matter the amount of content

2005-06-08 Thread Bruce Gilbert
Hello, I am working on setting up a personal web site and I am testing on a Mac in Mozilla. I have only tested briefly in other browsers, but one problem I am noticing is the height of my container div only extends to the amount of the content and not a fixed height. I want each page to be the

Re: [css-d] consistent container height no matter the amount of content

2005-06-08 Thread Jack Keller
I've seen the css attribute min-height work in some cases but then it just dies in IE and won't work correctly. A functioning, albeit goofy, workaround would be to just use a shim, but I'm sure somebody here knows of a more graceful solution. Jack Keller | cell7.org On Jun 8, 2005, at 8:00