treehouse : what would you like to learn today?
Web Design Web Development iOS Development

wrapper not stretching

  • 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?
  • Link please.