Results 1 to 3 of 3

Thread: RESOLVED!!!! Scrolling Content II -- Scroll Just a Little Bit!!

  1. #1
    Join Date
    Dec 2010
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default RESOLVED!!!! Scrolling Content II -- Scroll Just a Little Bit!!

    1) Script Title: Scrolling Content II

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici.../scrollc2.htm#

    3) Describe problem: I changed the script so it scrolls when you click it. Now I want it to scroll just when I click it; right now the content just scrolls when I click and leave the mouse over the arrow.

    Thanks for the help!
    -Codenoob
    Last edited by codenoob; 12-13-2010 at 02:06 PM.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Code:
    <table width="175px"><td><p align="right">
    <a href="#" onMouseover="moveup()" onMouseout="clearTimeout(moveupvar)"><img src="up.gif" border=0></a>  <a href="#" onMouseover="movedown()" onMouseout="clearTimeout(movedownvar)"><img src="down.gif" border=0></a></p></td>
    </table>
    Change onmouseout to onmouseup, and onmouseover to onmousedown.
    Jeremy | jfein.net

  3. The Following User Says Thank You to Nile For This Useful Post:

    codenoob (12-13-2010)

  4. #3
    Join Date
    Dec 2010
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks! This is exactly what I needed. Much appreciated!

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
  •