treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[need help] small problem with page layout

  • hello,

    ive small problem with page layout,

    the page is here; http://huyha.net/files/tr2/

    the body-content is overwrite on the footer.
    ive check all of my css but still dont understand how its broken.

    can you give me an suggess to fix it ?
    thanks
  • "jingjang" said:
    hello,

    ive small problem with page layout,

    the page is here; http://huyha.net/files/tr2/

    the body-content is overwrite on the footer.
    ive check all of my css but still dont understand how its broken.

    can you give me an suggess to fix it ?
    thanks


    so let me get this straight... your asking about your footer?

    or do you mean, that your main content does not have a white background to show off your text?

    if it is about your background to your text, then I would put in your wrapper:
    overflow:auto;
  • thank man,

    ive fixed it by modify #wrapper like this

    #wrapper {
    background:white url(images/wrapper_body_bg.png) repeat-y scroll 0 0;
    min-height:100%;
    overflow:hidden;
    }