我遇到了一个问题,鼠标悬停时似乎没有激活正确的热点。不过,左边似乎工作正常。http://christophermoulder.alykee.com/lighting/
这是我正在使用的代码以及css:
$(document).ready(function() {
$("#makeMeScrollable").smoothDivScroll({
mousewheelScrolling: true,
visibleHotSpotBackgrounds: 'onstart',
hotSpotsVisibleTime:5000,
hotSpotScrollingStep:2,
hotSpotScrollingInterval:1,
autoScrollingMode: "",
autoScrollingDirection: "endlessloopright",
manualContinuousScrolling: true
});
});
是否有任何可能导致此问题的跳出?
谢谢!担