Results 1 to 2 of 2

Thread: Looking for a certain script

  1. #1
    Join Date
    Jan 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Looking for a certain script

    I am not sure where to post this question at. I am looking for a certain type of script.

    I need a drop box where I can list every state in the US. When people choose that state, it will automatically scroll down the page to the info on that state, then it will have a link that says "return to top of page"

    Can anyone help me here?
    Thanks!

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Using anchors, that should be possible.

    Set an anchor by inserting this HTML at each point needed in the code:
    <a name="statehere">

    And then set the target for the javascript menu URL to #statehere

    *stops thinking out loud*

    That might work.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

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
  •