All You Can Do With: Marquee

W3 Org on marquee width="85%"
Not showing in this AYCD page.
  1. You can also use the Marquee tag to do these things.
  2. access is available to control the access key.
  3. JavaScript
    • onclick
    • ondblclick
    • onmousedown
    • onmouseup
    • onmouseover
    • onmousemove
    • onmouseout
    • onkeypress
    • onkeydown
    • onkeyup

Basic

The marquee tag is used with Internet Explorer and WebTV to display a scrolling text.

<marquee width="85%">
The marquee tag is used with Internet Explorer and WebTV to display a scrolling text.
</marquee>



Title

Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" title="Just a simple title">

Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR>

Name: <INPUT NAME="Name"><BR>

<INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR>
<INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR>
<INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR>
</marquee>



Accesskey

Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" accesskey="T"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>

This is the CSS for Marquee.


Background

Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="background: url('images/box_aqua_bg.gif');"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Color Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="background-color: yellow;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Transparent Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="background-color: Transparent;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Image Repeat-X Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="background: url('images/box_aqua_bg.gif'); background-repeat: repeat-x;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Image Repeat-Y Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="background: url('images/box_aqua_bg.gif'); background-repeat: repeat-y;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Image no-repeat Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="background: url('images/box_aqua_bg.gif'); background-repeat: no-repeat;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Image Repeat Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="background: url('images/box_aqua_bg.gif'); background-repeat: repeat;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Image Attachment Scroll Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="background: url('images/box_aqua_bg.gif'); background-repeat: scroll;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Image Attachment Fixed Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="background: url('images/box_aqua_bg.gif'); background-repeat: fixed;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>

Border

Border Color Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="border-color: lightgreen;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Border Top Color Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="border-right-color: lightgreen;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Border Right Color Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="border-top-color: lightgreen;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Border Bottom Color Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="border-bottom-color: lightgreen;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Border Left Color Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="border-left-color: lightgreen;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Border width Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="border-width: 4px;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>

These work too:


Border style Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="border-style: dotted;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>

Here are the options:

These work too:


Cursor

Cursor Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="Cursor: crosshair;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>

Here are the options:



Direction

Direction Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="direction: rtl;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>

Here are the options:



Display

Display Display Display
CSS Display is being evealuated for implementation on this page.


Float

Float- right
Plain Textarea:
Name:
Safari
Netscape
IE5
Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example.
<marquee width="85%" style="float: right;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee> Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example.
Float- left
Plain Textarea:
Name:
Safari
Netscape
IE5
Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example.
<marquee width="85%" style="float: left;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee> Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example.
Float- none
Plain Textarea:
Name:
Safari
Netscape
IE5
Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example.
<marquee width="85%" style="float: none;"> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee> Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example. Example Static test that just runs on and on and repeats it-self until it can display the intended example.

Font

Font-bold
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: bold;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-italic
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: italic;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-oblique
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: oblique;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-small-caps
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: small-caps;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-caption
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: caption;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-icon
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: icon;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-menu
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: menu;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-message-box
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: message-box;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-small-caption
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: small-caption;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-status-bar
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: status-bar;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-(size 9pt)
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: 9pt;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-(size 14pt)
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: 14pt;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-(size/hight 10pt/20pt)
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: 10pt/20pt;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-(size/hight 10pt/20pt)
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: 10pt/20pt;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-(size/hight 14pt/28pt)
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: 14pt/28pt;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-(famliy Arial)
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: Arial;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-(famliy Helvetica)
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: Helvetica;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-(famliy Times)
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font: Times;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>
Font-Family Times
Example Static test so it can display the intended example.
Plain Textarea:
Name:
Safari
Netscape
IE5

<marquee width="85%" style="font-family: Times;"> Example Static test so it can display the intended example.<BR> Plain Textarea: <TEXtarea>Just a plain Vanilla textarea.</textarea><BR> Name: <INPUT NAME="Name"><BR> <INPUT TYPE=CHECKBOX NAME="Safari"> Safari<BR> <INPUT TYPE=CHECKBOX NAME="Netscape"> Netscape<BR> <INPUT TYPE=CHECKBOX NAME="IE5"> IE5<BR> </marquee>

Here are some options:


Font-Family Font-Size
Font Example:
Font Example: <TEXtarea Rows="5" Cols="50" style="font-size: large;">This text should show the font size.</textarea>

Here are the options:


Font-Stretch Font-Stretch
Font Example:
Font Example: <TEXtarea Rows="5" Cols="50" style="font-stretch: ultra-condensed;">This text should show the font stretch.</textarea>

Here are the options:


Font-Style Font-Style
Font Example:
Font Example: <TEXtarea Rows="5" Cols="50" style="font-style: normal;">This text should show the font style.</textarea>

Here are the options:


Font-Variant Font-Variant
Font Example:
Font Example: <TEXtarea Rows="5" Cols="50" style="font-variant: small-caps;">This text should show the font variant.</textarea>

Here are the options:


Font-Weight Font-Weight
Font Example:
Font Example: <TEXtarea Rows="5" Cols="50" style="font-weight: 700;">This text should show the font weight.</textarea>

Here are the options:


Font-Height Font-Height
Font Example:
Font Example: <TEXtarea Rows="5" Cols="50" style="font-height: 24px;">This text should show the font height.</textarea>

Here are the options:


Letter Spacing Letter-Spacing (Kerning)
Letter Spacing Example:
Letter Spacing Example: <TEXtarea Rows="5" Cols="50" style="letter-spacing: 10px;">This text should show the letter-spacing.</textarea>

Here are the options:


Line Height Line-Height (leading)
Line Height Example:
Line Height Example: <TEXtarea Rows="5" Cols="50" style="line-height: 20px;">This text should show the letter-spacing.</textarea>

Here are the options:


Margin Margin
Margin Example:
Margin Example: <TEXtarea Rows="5" Cols="50" style="margin-top: 20px;">This textarea should show the margin-top.</textarea>

Here are the options:


Overflow overflow
overflow Example:
overflow Example: <TEXtarea style="overflow: hidden;">This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.</textarea>
overflow Example:
overflow Example: <TEXtarea Cols="50" style="overflow: visible;">This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.</textarea>
overflow Example:
overflow Example: <TEXtarea style="overflow: scroll;">This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.This text should show the overflow as hidden.</textarea>

Here are the options:


Padding padding
padding Example:
padding Example: <TEXtarea style="padding: 12px;" Rows="5" Cols="80"">This text should show the padding as 12px.</textarea>

Here are the options:


Position position
position Example:
position:absolute Example: <TEXtarea style="position: relative; top:-50; left:5" Rows="5" Cols="80"">This text should show the position as -50 px or up 50 and 5 left.</textarea>

Here are the options:


Scrollbar scrollbar
Scrollbar 3D Light Color Example:
Scrollbar 3D Light Color Example: <TEXtarea style="scrollbar-3dlight-color:red" Rows="5" Cols="80"">This text should show the scrollbar-3dlight-color:red. Repeating to display a scrollbar.This text should show the scrollbar-3dlight-color:red. Repeating to display a scrollbar.This text should show the scrollbar-3dlight-color:red. Repeating to display a scrollbar.This text should show the scrollbar-3dlight-color:red. Repeating to display a scrollbar.This text should show the scrollbar-3dlight-color:red. Repeating to display a scrollbar.This text should show the scrollbar-3dlight-color:red. Repeating to display a scrollbar.</textarea>
Scrollbar Arrow Color Example:
Scrollbar Arrow Light Color Example: <TEXtarea style="scrollbar-arrow-color:blue" Rows="5" Cols="80"">This text should show the scrollbar-arrow-color:blue. Repeating to display a scrollbar.This text should show the scrollbar-arrow-color:blue. Repeating to display a scrollbar.This text should show the scrollbar-arrow-color:blue. Repeating to display a scrollbar.This text should show the scrollbar-arrow-color:blue. Repeating to display a scrollbar.This text should show the scrollbar-arrow-color:blue. Repeating to display a scrollbar.This text should show the scrollbar-arrow-color:blue. Repeating to display a scrollbar.</textarea>
Scrollbar Base Color Example:
Scrollbar Base Light Color Example: <TEXtarea style="scrollbar-base-color:blue" Rows="5" Cols="80"">This text should show the scrollbar-base-color:blue. Repeating to display a scrollbar.This text should show the scrollbar-base-color:blue. Repeating to display a scrollbar.This text should show the scrollbar-base-color:blue. Repeating to display a scrollbar.This text should show the scrollbar-base-color:blue. Repeating to display a scrollbar.This text should show the scrollbar-base-color:blue. Repeating to display a scrollbar.This text should show the scrollbar-base-color:blue. Repeating to display a scrollbar.</textarea>
Scrollbar darkshadow Color Example:
Scrollbar darkshadow Light Color Example: <TEXtarea style="scrollbar-darkshadow-color:blue" Rows="5" Cols="80"">This text should show the scrollbar-darkshadow-color:blue. Repeating to display a scrollbar.This text should show the scrollbar-darkshadow-color:blue. Repeating to display a scrollbar.This text should show the scrollbar-darkshadow-color:blue. Repeating to display a scrollbar.This text should show the scrollbar-darkshadow-color:blue. Repeating to display a scrollbar.This text should show the scrollbar-darkshadow-color:blue. Repeating to display a scrollbar.This text should show the scrollbar-darkshadow-color:blue. Repeating to display a scrollbar.</textarea>
Scrollbar Face Color Example:
Scrollbar Face Light Color Example: <TEXta