Results 1 to 4 of 4

Thread: Make The Page Go Up

  1. #1
    Join Date
    Oct 2005
    Posts
    255
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Make The Page Go Up

    I always wonder how you made the pages go up from the bottom by clicking a button... I was wondering if this is how you do it....
    EXAMPLE::::
    Website URL: http://www.website.com/index.php

    Button URL: http://www.website.com/index.php#

  2. #2
    Join Date
    Aug 2005
    Posts
    174
    Thanks
    3
    Thanked 0 Times in 0 Posts

  3. #3
    Join Date
    Sep 2005
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That way you have to set the id top, though.
    http://yourwebsite.com/#
    You don't need the index.php in the url.

  4. #4
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by dtroi50
    That way you have to set the id top, though.
    http://yourwebsite.com/#
    Empty fragment identifiers are not defined in the HTML specification. If an author wishes to send a user somewhere within a page, use an id attribute or an anchor, and a proper fragment. Nothing less.

    Mike

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
  •