I'm making a webGL game using javascript and HTML5 canvas. Whenever my mouse is along a certain y position (either in the canvas or window) the cursor changes from the pointer to the edge drag cursor. It seems like it's kind of random as to when it will change, but it always seems to be along that same axis...

I don't set the cursor anywhere in my program, so I'm wondering why this is happening or how I can get it to stop.

Thanks

link|improve this question
1  
Only if you add a link can we help you. Try JSFiddle – Amaan Oct 15 '11 at 17:25
feedback

1 Answer

It's hard to tell without seeing the code, but to me it sounds like you have a background HTML element of some kind messing with the cursor.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.