Domos
10-09-2003, 05:36 AM
hey all,
i'm looking for a javascript that can do the folowing:
let's say i have 50 pictures of 50*50 pixels all next to eachother (so u kinda see a picture banner)
that banner aint fully shown on the site, only eg the first 6 pictures are seen.
Now, i would like this:
when the user moves his mouse to the right side of the banner the image-banner should start going left so more pictures can be seen.
when the user again goes to the left side of the image-banner the banner moves to the right so pictures at the left side can be seen.
i know it's possible in flash but i think updating the pictures will be more easy in javascript
if u wanna see what i mean check this flash example:
http://www.flashkit.com/movies/Scripting/Scrolling/horizont-matt_rob-6157/index.php
one difference, the flash example is already moving, i would like to keep it static until the user mouse over it.
Thx in advance
Domos
i'm looking for a javascript that can do the folowing:
let's say i have 50 pictures of 50*50 pixels all next to eachother (so u kinda see a picture banner)
that banner aint fully shown on the site, only eg the first 6 pictures are seen.
Now, i would like this:
when the user moves his mouse to the right side of the banner the image-banner should start going left so more pictures can be seen.
when the user again goes to the left side of the image-banner the banner moves to the right so pictures at the left side can be seen.
i know it's possible in flash but i think updating the pictures will be more easy in javascript
if u wanna see what i mean check this flash example:
http://www.flashkit.com/movies/Scripting/Scrolling/horizont-matt_rob-6157/index.php
one difference, the flash example is already moving, i would like to keep it static until the user mouse over it.
Thx in advance
Domos