website jumping when it scrolls

Discussion in 'HTML & Website Design' started by adamylo, Mar 30, 2008.

  1. #1
    Hi guys,

    I have a site that seems to jump in IE when scrolling. It doesnt to it in other browsers, does anyone know why?

    Cheers
     
    adamylo, Mar 30, 2008 IP
  2. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #2
    To move down or up the page inside your browser there is the javascript function: window.scroll(x,y);
    Maybe that site checks the browser type, and is running that function only for IE browsers.
     
    ajsa52, Mar 30, 2008 IP
  3. adamylo

    adamylo Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks for that, how would i find this function?
     
    adamylo, Mar 30, 2008 IP
  4. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #4
    In Firefox go to "View/Page Source" menu and in the new window go to "Edit/Find" menu. Then type "window.scroll" and press Enter.
     
    ajsa52, Mar 30, 2008 IP