Scrolling text  - <MARQUEE>   -  </MARQUEE>

Previous- MAP - Client side image map definition  |  Next-MENU - Menu list.

Description
Creates a scrolling text area in Internet Explorer only. We recommend that this is used sparingly, perhaps to draw attention to an important announcement, rather than decoratively.
Attributes
NameValuesDescription
aligntop|middle|bottomAlignment
behavioralternate|scroll|slide
bgcolorcolorBackground Colour, using syntax "#rrggbb".
classclassnameClass of the element which is used to associate the element with a style sheet.
datafldcolumn_name
dataformatashtml|text
datasrcid
directiondown|left|right|up
event_namescript_codeDefines script to run on event such as OnMouseOver
heightnumberHeight
hspacenumber
idstringA unique name to identify an element.
langlanguage_typeThe ISO description for the language of the element.
languagejavascript|jscript|vbscript|vbs
loopnumberLoop counter
scrollamountnumber
scrolldelaynumber
stylestringSpecifies style information for the element.
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.
truespeed
vspacenumber
widthnumberWidth

Example
<marquee width="200">this text will scroll past within a text box 200 pixels wide. </marquee>
Will be displayed as :
this text will scroll past within a text box 200 pixels wide. 

Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
NO NO NO NO NO YES YES YES YES

Previous- MAP - Client side image map definition  |  Next-MENU - Menu list.