Click to See Complete Forum and Search --> : to much height


Fashy
05-04-2010, 06:07 AM
I am having one or two difficulties with the height container in Firefox. I do not normally design sites that scroll much more then vision point so do not normally stumble across this.

However my first issue was I couldn’t get any height past view point in firefox, now I have to much after adding height: auto; !important; any chance of an in-between? I have even tried putting a sticky footer on to close the white space bit there is to much height!

I just want a container that starts to to bottom with the footer at the bottom. But either the container stays at view point only or there is to much space after the footer.

html, body {
font: normal 12px verdana,arial,helvetica,sans-serif;
color:#000;
background-color:#fff;
}
#container {
width: 1006px;
min-height: 100%;
height: auto !important;
margin-left: auto;
margin-right: auto;
background-color:#333333;
}

Pprakash
05-04-2010, 08:52 AM
Actually a container gets height only when you put some content in there