Forums

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

Home Forums Other Newbie length of page

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43938
    leonardl
    Member

    I have a page with multiple elements and at the bottom of the page the last 1 or 2 are being cut off by the footer(php include). The point where the text disappears behind the footer seems to be dependent on the browser. Address of the page is:

    volarcil.org/problem.php

    The page is displaying correctly in Dreamweaver CS6 v12 on my testing server but not live with browsers. Any guidance will be greatly appreciated.

    #130913
    pixelgrid
    Participant

    delete the

    #content_height {
    height: 1395px;
    }

    declaration is giving a fixed height to your page(content)

    #130926
    leonardl
    Member

    Thank you I will test that.

    #130933
    TheDoc
    Member

    *Always* avoid setting a height on an object if you can. Let the content itself decide how tall an element is going to be.

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