The Java Scriptorium

Marquee (Internet Explorer)


Description

Produces text that scrolls accross the screen. At the moment this only works in Internet Explorer, although static text will appear in other browsers. Play around with the options to suit you.

Example

Marquee - Scrolling text - Internet Explorer Only

Code

In the <body> section of your document:

<MARQUEE ALIGN=Middle HEIGHT=20% WIDTH=70% SCROLLAMOUNT=10 BGCOLOR=Green BEHAVIOR=Scroll SCROLLDELAY=1 DIRECTION=Left HSPACE=10 VSPACE=10 LOOP=INFINITE>Marquee - Scrolling text - Internet Explorer Only</MARQUEE>

Return to the Java Scriptorium.