Fashy
01-29-2010, 08:36 AM
I would like some advice as to what you guys would do here. I am revamping my portfolio; however I am having some trouble with height. I know this issue is always brought up but I am having difficulties with the container height stretching past view point. Even thought its set at 100% in the body and container it doesn’t stretch down to the bottom of the page and the background will be textured so I don’t think I can do the background trick. I was reading this page that is the issue I am having: http://www.geekicon.net/thinktank/index.shtml/article/643
but i don’t fully understand it and I don’t really like using absolute/relative positioning. Can this not be done any other way?
html, body {
font: normal 12px verdana,arial,helvetica,sans-serif;
color:#000;
height: 100%;
background-color:#000000;
}
#container {
width: 1006px;
height: 100%;
margin-left: auto;
margin-right: auto;
background-color:#0099FF;
}
but i don’t fully understand it and I don’t really like using absolute/relative positioning. Can this not be done any other way?
html, body {
font: normal 12px verdana,arial,helvetica,sans-serif;
color:#000;
height: 100%;
background-color:#000000;
}
#container {
width: 1006px;
height: 100%;
margin-left: auto;
margin-right: auto;
background-color:#0099FF;
}