Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2006
    Posts
    1,939
    Tokens
    0

    Latest Awards:

    Default JAVASCRIPT NEEDED!

    i need the script where your at the bottom of a page and it to long to go up so you click on something which all site write go up?
    if you don't know what am on about o wells
    +REP for anyone that helps

    Moved by opensourcehost (Forum Moderator) from Web Designing: Please post in the correct forum next time, thanks .
    Last edited by Mr.OSH; 01-07-2007 at 01:18 AM.

  2. #2
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    You mean a link u click and it scrolls you back to the top? well although that can be done with Js, you dont actuly need it. Just link to #

    <a href="#">scroll to top</a>

    or if you have an ancer somehwere in the page and want to scroll to that <a href="#ankername">scroll to section/a>

    *your post was very confusing so im not sure i got what you ment*

  3. #3
    Join Date
    Nov 2006
    Posts
    1,939
    Tokens
    0

    Latest Awards:

    Default

    sorry about that ><" BUT HEYY! you done it thanks u so much +REP

  4. #4
    Join Date
    Dec 2006
    Posts
    3,970
    Tokens
    0

    Latest Awards:

    Default

    or you could use a button

    HTML Code:
    <FORM METHOD="LINK" ACTION="#">
    <INPUT TYPE="submit" VALUE="Top Of Page">
    </FORM>
    Or a styled button!

    HTML Code:
    <FORM METHOD="LINK" ACTION="#">
    <INPUT TYPE="submit" VALUE="Top Of Page" STYLE="background: #ffffff; font-family: arial; font-size: 12px; border: 1px solid #000;">
    </FORM>
    Lets set the stage on fire, and hollywood will be jealous.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •