Welcome to TalkGraphics.com
Results 1 to 7 of 7
  1. #1

    Default Page layout alters depending on page length

    Ok I'm doing a series of simple web pages

    The Logo and menu bar at the top are identical in size and positioning. But I notice as I jump around between pages some move the Logo etc 4 + pixels from the others.

    If I set the page size to be the same on all pages then they stay fixed but that option fixes both width and length. Not acceptable to have every page the same length!

    What can I do to stop it messing up the layout?

    Thanks

    Tim

  2. #2
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Page layout alters depending on page length

    It could be a number of things causing this. You might need to upload it to the forum so we can have a look at it

  3. #3
    Join Date
    Oct 2007
    Location
    Richmond, MI USA
    Posts
    1,221

    Default Re: Page layout alters depending on page length

    TimBox,
    Which browser are you using? On longer pages a scroll bar is added to the right side causing the whole page to shift left. If that's the case there is a tweak to add a scroll bar to all pages.

    Jim

  4. #4

    Default Re: Page layout alters depending on page length

    Hi Jim

    You have it there! its the scroll bar, Whats the trick to put one on every page?

    Thanks!

  5. #5
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Page layout alters depending on page length

    This is the solution I currently use ... post #7

    http://www.talkgraphics.com/showthread.php?t=43595

  6. #6
    Join Date
    Oct 2007
    Location
    Richmond, MI USA
    Posts
    1,221

    Default Re: Page layout alters depending on page length

    TimBox,
    I use this in a placeholder:

    <style type="text/css">
    html { min-height: 101%; } </style>


    Works fine for me.

    Jim

  7. #7

    Default Re: Page layout alters depending on page length

    Cheers that did the trick!

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •