Quackit Logo
HTML
CSS
Scripting
Database
Hosting
Design
XML
Website builder

Scrolling Images

This page contains copy/paste codes for scrolling images.

The scrolling images were acheived using the HTML <marquee> tag. Using this tag, you can give your images a horizontal scroll (from right to left, left to right) or a vertical scroll (top to bottom, or bottom to top).

Note that, although the <marquee> tag isn't an offical HTML tag, it is recognized by most of today's browsers. If you can't view the examples, it's likely that your browser doesn't support the <marquee> tag.

Right to Left (RTL)

This section contains an image that scrolls horizontally (right to left, left to right, or a combination). The horizontal scroll is acheived using the direction attribute, which moves the image from right to left or left to right as required.

Slide-In Images

This image slides in from the right then stops. You will need to refresh this page to see the effect again.

Example:

Flying Bat

Code:

Continuous Image Scroll (RTL)

To make the image scroll continuously, we simply change the value of the behavior attribute to scroll (i.e. behavior="scroll").

Example:

Flying Bat

Code:

Faster Scrolling

This example uses scrollamount="30" to increase the scroll speed.

Faster scrolling works better on continuous scrolling as opposed to slide-in images. This is because slide-in images stop after sliding in. If it slides in too fast, many users might miss the slide-in effect altogether.

Example:

Flying Bat

Code:

Left to Right (LTR)

Slide-In Image

This image slides in from the left, then stays where it is. You will need to refresh this page to see the effect again.

Example:

Flying Bee

Code:

Continuous Image Scroll (LTR)

Again, we change the behavior attribute to scroll in order to make the image scroll continuously.

Example:

Flying Bee

Code:

Faster Scrolling

This example uses scrollamount="30" to increase the scroll speed.

Example:

Flying Bee

Code:

Image bouncing back and forth:

Normal Speed

This image bounces at the default speed.

Example:

Bouncing ball

Code:

Faster Bounce

This example uses scrollamount="30" to speed up the scrolling/bouncing image.

Example:

Bouncing ball

Code:

Image Scrolling Up:

This image has a vertical scroll - it starts at the bottom and moves up. As with some of the previous examples, you can adjust the scroll speed by using the scrollamount attribute. You could also create a vertical slide by using behavior="slide".

Example:

Flying Bee

Code:

Images Scrolling Down:

This image also has a vertical scroll, but this time it starts at the top and moves down.

Example:

Flying Bee

Code:

Various Scrolling Speeds:

This example demonstrates 3 different scrolling speeds.

Example:

Flying Bee Fish swimming from right to left Bat flying really fast

Code:

Jumping Images

The following example uses the scrolldelay attribute to slow the scrolling image down and make it look like it's jumping across the screen. Actually, the example also uses the scrollamount attribute to increase the size of each jump.

Example:

Cup of tea anyone?

Code:

Marquee Attributes

The <marquee> tag accepts a number of attributes (some of which are included in the above examples). Feel free to experiment with these settings to see the effect they have on your scrolling images. The full list of attributes are:

widthSets the width of the marqueescrollamountHow far to jump as it moves
heightSets the height of the marqueeloopHow many times it should loop
directionSets the direction of the marqueebgcolorSets the background color of the marquee
behaviorWhether to slide, bounce, or scrollhspaceSets the amount of horizontal space around the marquee
scrolldelayHow long the marquee should wait before each jumpvspaceSets the amount of vertical space around the marquee

Falling Images

You can get some cool effects from your scrolling images. Check out this falling image (generated with the Falling Object Generator).

More Scrolling Image/Marquee Codes

Here are more resources for scrolling images and text:

Enjoy this page?

  1. Add this page to your Favorites
  2. Link to this page (copy/paste into your own website or blog):
  3. Link to Quackit using one of these banner ads.

Thanks for supporting Quackit!