Jump to content

RussellReal

Members
  • Posts

    1,773
  • Joined

  • Last visited

About RussellReal

  • Birthday 05/30/1990

Contact Methods

  • AIM
    RussellCrevatas
  • MSN
    RussellonMSN@hotmail.com

Profile Information

  • Gender
    Male
  • Location
    Tobyhanna, Pennsylvania

RussellReal's Achievements

Member

Member (2/5)

1

Reputation

  1. maybe pdfs don't support positioning from css.. put it in a table..
  2. last resort.. iframe.. set up an iframe 100% tall 100% wide.. then put the footer on the bottom of the page.. and the iframe will scroll correctly
  3. <body style="margin-bottom: 20px; overflow: hidden;"> <div style="position: fixed; bottom: 0;">Footer Text</div> <div style="overflow: scroll; width: 100%; height: 100%; display: block;"> content content content </div> </body>
  4. try containing the content in a div.. and making the div overflow: scroll.. and the body overflow: hidden; so that the scroll pane only shows up to the right of the div containing the content.
  5. .footer { position: fixed; bottom: 0; height: 20px; /* set height of the footer */ } body { padding-bottom: 20px; /* set this to the height of the footer */ }
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.