Forums

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

Home Forums CSS image background on #page-wrap

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30675

    I have a div that wraps around entire site but is not really working correctly.

    For example look how it cuts off at middle of page: http://mzhonduras.sabillon.net/about/

    the background image has a black shadow on the right and left edges.

    Here is the code i have

    #page-wrap {
    margin: 0 auto;
    background: url(“images/wrapper-960x.png”) repeat-y scroll 0 0 transparent;
    padding: 0 20px;
    width: 960px;
    position: relative;
    z-index: 5000;
    }

    for some reason is not wrapping around the site. I already double checked the divs in the markup and it is fine…

    #77321
    zackw
    Member

    Ya if you put that within your content div then it will expand to the height of the sidebar, or u could set a height but this is a more flexible way

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