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 :
- images should shuffled @ first time.
- sliding should start automatically without user stop action.
- when last image sliding.. first image should follow it. (means continuous repeating without gap between 2 images).
- alt attribute should displayed if user not allowing images. (see heading : file info 'image title')
- when user place mouse on sliding image.. sliding must stop , when user mouse out should continue sliding.
- 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
Post a Comment