Welcome, Guest
  • Author Topic: HTML Anchors  (Read 1565 times)

    Mohsin Sumar

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 1646
    • Mohsin Sumar, Extreme Web Technologies
      • MSN Messenger - mohsinsumar@hotmail.com
      • Yahoo Instant Messenger - mohsinsumar
      • View Profile
      • Extreme Web Technologies
      • Email
    HTML Anchors
    « on: 11/16/04, 04:40 »
    Hi,
    Really wierd asking this simple question but...

    I got a page with some graphics on it and some text. The top part of the page is basically graphics and below these graphics is my menu.

    What I'm tring to do is setup my menu to lower down the page to the menu placing an anchor called #top and linking it as page.php#top.

    This works after the page is loaded but as it is loading - it remains at the top only.

    Does any one have any idea as to how I should get it to move to the menu after the page is loaded - as it doesn't work the way I'd like it to.

    Thanks.
    - Best Regards, Mohsin Sumar
    - Mohsin Sumar dot com is hosted by Extreme Web Technologies

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:HTML Anchors
    « Reply #1 on: 11/16/04, 04:45 »
    Until the page is not fully loaded, the anchor doesn't exists and the browser couldn't scroll to an non-existing point.

    Jorge