Forums

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

Home Forums CSS [need help] small problem with page layout

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24167
    jingjang
    Member

    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

    #54033
    ikthius
    Member
    "jingjang" wrote:
    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;

    #54034
    jingjang
    Member

    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;
    }

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