php - JQuery / Java Script Automatic Vertical Image Slider -


i have folder unknown number of images of same size , same format.

i need java script or jquery code display images sliding vertical downward in such way :

  1. images should shuffled @ first time.
  2. sliding should start automatically without user stop action.
  3. when last image sliding.. first image should follow it. (means continuous repeating without gap between 2 images).
  4. alt attribute should displayed if user not allowing images. (see heading : file info 'image title')
  5. when user place mouse on sliding image.. sliding must stop , when user mouse out should continue sliding.
  6. when user click image should navigate user corresponding url. (see heading : file info 'image description')

note : point 5 , 6 not required if include these also

file info

folder name : container (this folder contains image) image size : 200*100px  image format : .jpg  image name : have unique integer name (not sequential) image title : may or may not contain 'alt attribute' image description : may or may not contain 'url' scripting language : php 

image display in

<div id="slider"></div> (200*100px) 

please me , highly obliged you


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -