-
J Query Smooth Scrolling Gallery not showing hotspots!
I have my smooth scrolling gallery set up and is working how I want to the MOST part. For some reason the hotspots are hidden and I cannot use them. I have no idea why they will not show up.
Here is the script code:
$(window).load(function() {
$("div#makeMeScrollable").smoothDivScroll({
autoScroll: "always" ,
autoScrollDirection: "backandforth",
autoScrollInterval: 35,
autoScrollStep: 5,
visibleHotSpots: "always",
});
$("div#makeMeScrollable").mouseleave(function(){
$("#makeMeScrollable").smoothDivScroll("startAutoScroll");
});
$("div.scrollableArea").mouseenter(function(){
$("#makeMeScrollable").smoothDivScroll("stopAutoScroll");
});
});
I also have a test page here:
www.mishedesign.com/janicec/test3.html
-
-
- Josh
-
-
Well for this jquery plugin the hotspots are the navigations cursors that allow you to move left or right in the scroller.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks