CSS Help

Out of context: Reply #15

  • Started
  • Last post
  • 20 Responses
  • Stugoo0

    those images look like you are using a div that is 100% height then knocked down by that header div. so in effect the div is 10% of the page plus the heght of the top item.

    now,
    if you try to absolutley posiition the header.
    position:absolute; top:0: left:0;

    then put your content in another div inside the 100% div.
    give that child div a margin-top the same height as the header div...

    it should work out, in theory.

    :)

View thread