javascript - Using slideshow like navigation with localscroll -
how create following?
on virtually every slideshow have previous , next arrow , bunch of dot's indicating "slide" you're viewing. i'd use entire site. i'm using scrollto-1.4.2 localscroll-1.2.7, it's bunch of div's user can scroll to.
i'd able have dot's , back/next buttons use menu. know how create this, or should start create this?
thanks! (if need me post html, js or css i'm using, tell me , will)
make carousel. always, recommend using jquery cycle plug-in. has lots of options customize can do.
- be sure markup degrades nicely non-javascript.
- every slide in slideshow should have unique , human-understandable id.
- an example of i've done: http://jquery.malsup.com/cycle/
link hash carousel. when page loads, grab hash , tell cycle want start on page.
if need details, comment on post.
Comments
Post a Comment