Your Guide to Professional
Web Site Design and Development

HTML Tips
HTML Codes
Web Development
Web Design Tips
JavaScript Codes
216 Web Safe Colors
CSS Tutorial
JavaScript Tutorial
ASCII Character Codes

Offering a guide to professional web site design, web page design and web design guidelines

Monday, March 31, 2025

| Web Site Development | HTML Codes | HTML Tips | Web Design TipsJavascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial |

Creating an HTML Marquee / Scrolling Text

The HTML MARQUEE tag is used to scroll text vertically or horizontally within a web page.

You can change the marquee background color, width, the number of times your message will scroll, and the speed that your text scrolls, by adding the following attributes within your MARQUEE tag.

BGCOLOR="#CCCCCC" - background color

LOOP - Determines how many times the text will scroll. -1 is indefinite and will continuously scroll. You can set this to whatever you'd like.

SCROLLAMOUNT - Determines the speed your text will scroll.

WIDTH - Determines the width of your marquee.

HEIGHT - Determines the height of your marquee.

Direction - Determines the direction in which the text should scroll - up or down.


Horizontal Scrolling Text Marquee

<marquee bgcolor="#cccccc" loop="-1" scrollamount="2" width="100%">Horizontally Scrolling Marquee</marquee>


Horizontal Scrolling Text Marquee Browser View

Horizontally Scrolling Marquee

Bouncing Text Marquee

<marquee behavior="alternate" scrollamount="2" bgcolor="#cccccc" width="100%"><a href="http://www.yourdomain.com">This is an example of bouncing text</a>.</marquee>

Bouncing Text Marquee Browser View

This is an example of bouncing text.

Vertically Scrolling Marquee

<div>
<marquee bgcolor="#000080" onMouseOver="this.scrollAmount=0" onMouseOut="this.scrollAmount=2" scrollamount="2" direction="up" loop="true" width="30%">
<center>
<font color="#ffffff" size="+1">SCROLLING TEXT</font><p>
<font color="#ff0000" size="+1">UPWARD</font><p>
<font color="#ffffff" size="+1">IS ONE WAY</font><p>
<font color="#ffffff" size="+1">TO MAKE YOUR</font><p>
<font color="#ffffff" size="+1">SITE</font><p>
<font color="#ff0000" size="+1">STAND OUT</font><p>
<font color="#ffffff" size="+1">FROM THE REST!</font>
</center>
</marquee>
</div>

Vertically Scrolling Marquee Browser View


SCROLLING TEXT

UPWARD

IS ONE WAY

TO MAKE YOUR

SITE

STAND OUT

FROM THE REST!


Vertically Scrolling Marquee

<div>
<marquee onMouseOver="this.scrollAmount=0" onMouseOut="this.scrollAmount=2"bgcolor="#ffffff" scrollamount="2" direction="down" loop="true" width="30%" height="100">
<center>
<font size="+1"><strong>Text scrolling down</strong></font><p>
<a href="http://www.web-source.net">Sample link</a>
</center>
</marquee>
</div>

Vertically Scrolling Marquee Browser View

Text scrolling down

Sample link




This HTML marquee is completely customizable. Change the attributes to create the scrolling text effect you desire.

Portions of vertically scrolling marquee code provided by:
John Nitkowski CEO LifesMiracle Support

 More Web Design Tips



eTips Member Login

Enter your email address and password to enter the private membership area:
Email:
Password:

Lost Password?

Email:

Not yet a member?

Click here to see what you're missing! Club members receive access to dozens of free video tutorials, utilities and ebooks.

Our Products


Web Design Mastery
Mastering Web Hosting
eBook Starter

Our Other Sites


ShelleyLowery.com
Web Design Mastery
Learn How to Make a Web Page
Make My Own Website Guide
Email Newsletter Service
Mastering Web Hosting
eBook Starter
Raging Hearts
Online Forex Trading For Beginners
Beginners Real Estate Investing

Partner Sites


Site Build It!
Web Site Templates

Web Site Design


HTML Tips
PC Security
CSS Tutorial
HTML Codes
Web Design Tips
JavaScript Codes
JavaScript Tutorial
Java Applet Tutorial
216 Web Safe Colors
Web Site Development
ASCII Character Codes

Follow Us


| Web Site Development | HTML Codes | HTML Tips | Javascript Snippets |
| Web Resources | 216 Safe Colors | Symbols | Web Development Strategies |
| FeedBack | About | Privacy Policy | Terms and Conditions | Site Map | Affiliate Program |


Web-Source.net http://www.web-source.net
Your Guide to Professional Web Site Design and Development
Hosted with Host4Profit.
Copyright © 1997-2025 Brajusta Publishing, Inc., All Rights Reserved