Click to See Complete Forum and Search --> : Time Bassed Vertical Image Rotation


phence
02-24-2003, 07:49 PM
alright. Well I haven't used javascript in about 4 years...

I am using PHP to pull images from a Mysql database, and what i'd like to do is display those images in a single column, and have the images rotate up one position bassed on a time period (ex. 500 seconds).

Example:
The After 500 seconds has past, the first image that was displayed would be displayed at the bottom of the column, and the rest of the images would rotate up one position.

How can I implement something like this using javascript?
I would greatly appreciate any help.
Thank-you

jdavia
02-24-2003, 10:57 PM
Originally posted by phence


Example:
The After 500 seconds has past, the first image that was displayed would be displayed at the bottom of the column, and the rest of the images would rotate up one position.
Thank-you
Maybe this will keep you busy.
http://www.dynamicdrive.com/dynamicindex14/updownslide.htm

phence
02-25-2003, 02:21 PM
whoops! sorry is you got the wrong impression... not really looking for somthing like that.

pretend this is the output:

image1
image2
image3
image4
image5

... 500 seconds pass by and the page is refreashed or another user has entered the page

image2
image3
image4
image5
image1

... 500 seconds pass by and the page is refreashed or another user has entered the page

image3
image2
image5
image1
image2

sorry if i wasn't clear on that... I need somthing that will simple change the position of the images.
I hope thats clearer...can anyone help... thanks!!!