Web pages jumping in "firefox" not in IE

Discussion in 'CSS' started by Iines, Dec 13, 2006.

  1. #1
    I have a really annoying problem. Web pages that I have produced in Dreamweaver with CSS seem to be jumping in Firefox when surfing from page to page. This does not occur in IE. Somehow it seems that the page layout change according to the text with little changes -> 3 mm jump to left or up etc.
    This is making my website look very un professional... I would love to know what is the problem: is it in the CSS or in the html? Or is it just Firefox?
    Thanks!
     
    Iines, Dec 13, 2006 IP
  2. pachecus

    pachecus Well-Known Member

    Messages:
    1,841
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    110
    #2
    which url?
     
    pachecus, Dec 13, 2006 IP
  3. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #3
    Maybe because some pages have a scrollbar and others don't? IE has a dummy scrollbar on every page. Add to style sheet;
    
    html {
        height: 100.5%;
       }
    Code (markup):
    to force a vertical scrollbar.

    cheers,

    gary
     
    kk5st, Dec 13, 2006 IP
  4. Iines

    Iines Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thank you! It seemed to fix my problem!
    -Iines
     
    Iines, Dec 13, 2006 IP