Getting Rid of Cursor Flickering caused by Scriptaculous

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • luigidavinci
    New Member
    • Jul 2008
    • 6

    #1

    Getting Rid of Cursor Flickering caused by Scriptaculous

    I am using Scriptaculous to achieve a pretty simple and straightforward effect. I need a couple of images and text to fade in and fade out periodically, which I already managed to do it using SetInterval, Effect.Appear and Effect.Fade. The only problem is that while the effects are taking place(fading in/out) the cursor keeps flickering in IE(not in firefox) changing rapidly from the normal cursor to the progress cursor and back. is there a way to specify IE that I would rather use the same normal cursor instead of the progress cursor so to have the flickering look less annoying? or any other ideas?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    It may well be default browser behaviour. To change the cursor, use the style.cursor property.

    Also, can you show some of your code which may help throw some light on the possible cause.

    Comment

    Working...