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

  




 

 

Attributes for <MARQUEE ...>
WIDTH = "width expression"
HEIGHT = integer

WIDTH and HEIGHT set the dimensions of the marquee. This code creates a marquee that is 200 wide and 50 tall:

<MARQUEE WIDTH=200 HEIGHT=50>
Howdy!
</MARQUEE>

Howdy!

Neither attribute is required. The default value for WIDTH is 100%. The height defaults to the natural height of content as it appears in the width. So, for example, this markup creates a marquee that is 200 wide and as tall as it needs to be:

<MARQUEE WIDTH=200>
Happy Halloween!<BR>
<IMG SRC="graphics/pumpkin.gif" HEIGHT=100 WIDTH=100 ALT="picture of a pumpkin">
</MARQUEE>

Happy Halloween!
picture of a pumpkin

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