Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Attribute for <MARQUEE ...>
LOOP = INFINITE | number of loops

Usage Recommendation
use it if you use <MARQUEE ...>

LOOP sets how many times the marquee should loop. The default value (i.e. if you don't put a LOOP attribute at all) is INFINITE, which means that the marquee loops endlessly.

This code creates a marquee that loops twice:

this code produces this
<MARQUEE LOOP=2>
Hello
</MARQUEE>
Hello

One of the problems with LOOP is that the content disappears after the last loop. To set the marquee so that the content is visible when the looping is done set BEHAVIOR SLIDE:

this code produces this
<MARQUEE LOOP=2 BEHAVIOR=SLIDE>
Hello
</MARQUEE>
Hello

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire