-
Step 1
Mark up your html document with the basic necessary tags.
My sample marquee page
-
Step 2
Insert the code to make a scrolling marquee.
-
Step 3
Close out the basic HTML tags to complete the document.
-
Step 4
Insert attributes to make the marquee tag do extra "tricks." The first is "bgcolor." It highlights the space behind the marquee text using a specified color. Enter the color using hex codes (see Resources for a list) or the actual color name in quotation marks. Use the "loop" attribute to tell the marquee how many times to scroll across the screen (the default is "infinite"). Change the height and width of your marquee tag; use denominations as a percent of the computer screen.
-
Step 5
Add other attributes to make the marquee tag more interesting. The "direction" attribute tells the marquee from which side to enter (right is default). You can change the "behavior" attribute to "slide" or "alternate." The first command makes text come in and stop at the edge of the screen and the second command allows the marquee to come in from alternating sides of the screen. The "scrolldelay" command denotes how much time in milliseconds to wait between successive marquee scrolls.










Comments
VMANDY said
on 9/19/2008 WELCOME