Forums

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

Home Forums CSS positioning “header” outside the “wrapper” div

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

    I would like the header image to jut outside the brown “wrapper” div it’s contained in.
    I am using Genesis Framework. I supposed I create another div, but want to see if I can do this using CSS. Here is the CSS I am using. I tried using a position attribute, but none were working.

    http://www.palettedesign.com/

    #wrap {
    background-color: #aa6d24;
    margin: 75px auto;
    width: 960px;
    padding: 0;
    }

    #header {
    margin-top: -25px;
    margin: auto;
    height: 198px;
    width: 100%;
    background: url(images/head.png);

    }

    #98449
    kloy
    Member

    Thank You :)

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