Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS wrapper not stretching

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #24464
    magician
    Member

    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?

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.