Results 1 to 2 of 2

Thread: Cursor Scoller

  1. #1
    Join Date
    Jan 2006
    Location
    Brampton, Ont
    Posts
    42
    Thanks
    13
    Thanked 0 Times in 0 Posts

    Question Cursor Scoller

    How do I get the scroller that follows the mouse to show on top (in front) of graphics and objects on my website. www.cast-utech.ca

    Thanks all
    Rohan

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Find this and add the red part:

    Code:
    if (initialvisible==0){
    
    curscroll.style.visibility="visible"
    
    curscroll.style.zIndex="100"
    initialvisible=1
    
    }
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •