Not sure i understand you correctly, but i think this is the problem: .slideshow-previous.disabled, .slideshow-next.disabled {style.css (line 565) cursor:default; }
if you change that to cursor:pointer; it will have hand all the time. Or simply remove that css classes. But i think that i have totally misunderstood you, so if i did - sorry... :) On May 27, 10:53 pm, Ryan Doherty <rdohe...@mozilla.com> wrote: > Hi, I've created a carousel widget onhttp://www.getpersonas.com/ > (under 'Featured Personas' and 'Featured Designers'). > > Every now and then when the arrow navigation images are clicked, the > mouse returns to the default arrow from a hand. (note: when you are at > the end of the carousel, the mouse will change to an arrow). This is > not supposed to happen, if I move the cursor away from the navigation > arrow and back over, it changes back to a hand as intended. It should > stay a hand until the end of the carousel is reached. > > I've only been able to reproduce it sporadically, so any help with > making it reproducible and/or a solution would be much appreciated, > thanks! > > JS:http://www.getpersonas.com/static/js/script.js(line 24) > > CSS:http://www.getpersonas.com/static/css/style.css(line 505) > > Ryan Doherty > rdohe...@mozilla.com