Header, Footer, one fixed column in the middle...

Discussion in 'CSS' started by mlissner, Nov 11, 2006.

  1. #1
    Hello, I'm very new to CSS, and it's driving me absolutely crazy. I'm trying to do a simple design, but I just can't get it to work.

    What I want is one column centered on the page that is 800 pixels wide with a header in the top and a footer in the bottom. Should be easy enough, but I can't get it to work...

    An example of what I'm trying to accomplish is here: http://www.michaeljaylissner.com/onecol.htm

    Can somebody please help me? I've been working non-stop on this problem for days now.
     
    mlissner, Nov 11, 2006 IP
  2. Dan_A

    Dan_A Peon

    Messages:
    65
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    1) validate your html code.
    2) remove all the occurrences of height:100%;
    3) remove all the occurrences of position:absolute;
    4) add clear:both; in #footer
     
    Dan_A, Nov 11, 2006 IP
  3. deronsizemore

    deronsizemore Peon

    Messages:
    103
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    deronsizemore, Nov 11, 2006 IP