I have my wrapper with styling as follows: #container { overflow: hidden; margin:0 auto; width:900px; }
but the problem I am encountering is that the container div is stopping after the header, it is not spanning the whole length of my page. Why is this? Am I not allowed to have absolutely po divs in my header?
#container {
overflow: hidden;
margin:0 auto;
width:900px;
}
but the problem I am encountering is that the container div is stopping after the header, it is not spanning the whole length of my page. Why is this? Am I not allowed to have absolutely po divs in my header?