SHARE
Facebook X Pinterest WhatsApp

So, You Want An Explorer Scrolling Marquee, Huh?

Written By
thumbnail Joe Burns
Joe Burns
Jan 4, 2005

     Those of you using Netscape can see the hilariously funny joke in text form at the top of the screen. If you were using Microsoft Explorer, you would see it scrolling, allowing you to read the joke again and again and again. And as we all know, jokes get funnier the more you tell them.

     To start enjoying the scrolling fun, head to the Microsoft Explorer Download Page and grab yourself Internet Explorer. I have it on the same computer as my Netscape. I use it for some pages and Netscape for others. They have yet to interfere with each other.



The Marquee


     

Marquee? It looks like a scroll. Well

yes, it is a scroll, but the command to make it happen is

marquee

. Here are the commands I used to make the thing up


above:

<MARQUEE BGCOLOR=”#80FF00″ LOOP=”infinite” >text text text</marquee>


Here’s What’s Happening:


  • MARQUEE tells Explorer a scrolling marquee is going
    here.
  • BGCOLOR tells the marquee what color to put behind
    the text.
    (Here are a
    bunch of color codes for you.)
  • LOOP=”infinite” tells the marquee to roll that text
    forever.
    (Put a number in place of “infinite” to tell it how many times it should roll.)
  • /MARQUEE ends the whole deal.

Can I Do Other Things?


     

You bet. I only used a few of


the available commands. Here are a couple more. You

ll place


them inside the first MARQUEE command just like the BGCOLOR and


LOOP command above.


  • HEIGHT=”—-“ denotes height of the marquee. Do it
    in percentage of the screen height.
  • WIDTH=”—-“ denotes width of the marquee. Do it in
    percentage of the screen width.
  • ALIGN=”—-“ top, left, or middle in the marquee
    banner.
  • DIRECTION=”—-“ left or right. That’s where the
    text comes from. Right is default.
  • BEHAVIOR=”—-“ “scroll” is default, “slide” has the text come in and stop, “alternate” makes the text come from both sides every other time.
  • HSPACE=”—-“ tells the marquee how much space to
    leave on each side of the text. Denote this in pixels.
  • SCROLLAMOUNT=”—-“ tells the browser how much space between successive scrolls. Do this in pixels.
  • SCROLLDELAY=”—-“ denotes the number of milliseconds (thousands) between each scroll.
  • VSPACE=”—-“ denotes the top and bottom space before the text. Do this in pixels.


Thanks for coming. Click BACK to head
back to the HTML Goodies Domain!

Recommended for you...

Best VR Game Development Platforms
Enrique Corrales
Jul 21, 2022
Best Online Courses to Learn HTML
Ronnie Payne
Jul 7, 2022
Working with HTML Images
Octavia Anghel
Jun 30, 2022
Web 3.0 and the Future Of Web Development
Rob Gravelle
Jun 23, 2022
HTML Goodies Logo

The original home of HTML tutorials. HTMLGoodies is a website dedicated to publishing tutorials that cover every aspect of being a web developer. We cover programming and web development tutorials on languages and technologies such as HTML, JavaScript, and CSS. In addition, our articles cover web frameworks like Angular and React.JS, as well as popular Content Management Systems (CMS) that include WordPress, Drupal, and Joomla. Website development platforms like Shopify, Squarespace, and Wix are also featured. Topics related to solid web design and Internet Marketing also find a home on HTMLGoodies, as we discuss UX/UI Design, Search Engine Optimization (SEO), and web dev best practices.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.