Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Manual Scroller onMousever not on click

  1. #11
    Join Date
    Jun 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Contiunes to scroll up when mouse is off.

    Ive added this just below the body tag;

    <a href="javascript:void(0);" onmouseover="movedown()" onmouseout="stopscroll()">Down</a>
    <a href="javascript:void(0);" onmouseover="moveup()" onmouseout"stopscroll()">Up</a>

    The new 'down' works fine but the new 'up' continues to scroll when you move your mouse off it.

  2. #12
    Join Date
    Jun 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Oops, missed out an '=' sign, seems to be working fine now.

    <a href="javascript:void(0);" onmouseover="movedown()" onmouseout="stopscroll()">Down</a>
    <a href="javascript:void(0);" onmouseover="moveup()" onmouseout="stopscroll()">Up</a>

    Are their likely to be any accessibility or usability issues with this?

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
  •