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)

  1. 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/
  2. link hash carousel. when page loads, grab hash , tell cycle want start on page.

if need details, comment on post.


update: http://jsfiddle.net/morrison/qhvcu/embedded/result/


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -