I'm having an issue where the right hotspot on does not seem to be activating on mouse over. The left seems to work fine though. http://christophermoulder.alykee.com/lighting/
Here's the code I'm using as well as the css:
$(document).ready(function() {
$("#makeMeScrollable").smoothDivScroll({
mousewheelScrolling: true,
visibleHotSpotBackgrounds: 'onstart',
hotSpotsVisibleTime:5000,
hotSpotScrollingStep:2,
hotSpotScrollingInterval:1,
autoScrollingMode: "",
autoScrollingDirection: "endlessloopright",
manualContinuousScrolling: true
});
});
Does anything jump out that might be causing this problem?
Thanks! Dan