Im looking for a code in javascript or html that would scroll itself what i mean is a frame if you want to call it that moves it self. What i really mean is something like this : Go to www.anime-mania.net and in the right navigation bar under topsites there is a frame that images move in it. How do i do this ?
Auto Scroller
I don't see what you mean on the site. Do you want something that moves with you as you scroll?
In that case javascript is needed, if it's something else I have no clue at all
I couldn't find any code to do this, but I'm sure it can be done with javascript.
Greetz,
Arno
In that case javascript is needed, if it's something else I have no clue at all
I couldn't find any code to do this, but I'm sure it can be done with javascript.
Greetz,
Arno
What i mean is : Think that the box below is a frame in the site :
____________________________________
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now put this in your mind. There are images in this frame but all of them arent shown in one part. The images in the frame have a cue and they keep coming . Does that make sense ? If not what i mean is :
The Cue :
Pic 1
Pic 2
_________ <<< The Frame
|Pic 3
|Pic 4
|Pic 5
|Pic 6
Now what would happen next is that pic 2 goes into the frame and pic 6 goes out into the cue.
And this keeps going on.
____________________________________
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now put this in your mind. There are images in this frame but all of them arent shown in one part. The images in the frame have a cue and they keep coming . Does that make sense ? If not what i mean is :
The Cue :
Pic 1
Pic 2
_________ <<< The Frame
|Pic 3
|Pic 4
|Pic 5
|Pic 6
Now what would happen next is that pic 2 goes into the frame and pic 6 goes out into the cue.
And this keeps going on.
http://www.codefoot.com/javascript/script_background_scroller_h.shtml
I don't know if it works, but this is a simple javascript script that will let you scroll background images, this might be what you're looking for. Else google for javascript image scroller.
Greetz,
Arno
I don't know if it works, but this is a simple javascript script that will let you scroll background images, this might be what you're looking for. Else google for javascript image scroller.
Greetz,
Arno
If Javascript can't do it, then you will have to use flash.
Are you talking about a slideshow? That uses server codes like AJAX and other things like that. Really difficult, but I'm going to start learning it soon enough.
Are you talking about a slideshow? That uses server codes like AJAX and other things like that. Really difficult, but I'm going to start learning it soon enough.
