Layout shifting

Discussion in 'CSS' started by artdog, Jun 13, 2006.

  1. #1
    http://www.artdog.adslink.cz/networkmaps/pricing.html

    You will notice that the pages with shorter content are shifting to the right. I can't figure out what is causing it. Anyone have an idea? I'd really appreciate any help.

    Thanks.
     
    artdog, Jun 13, 2006 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    That's due to the scroll bar coming and going. To force a permanent scroll bar, do;
    
    html {
        height: 100.1%;
        }
    Code (markup):
    cheers,

    gary
     
    kk5st, Jun 13, 2006 IP