Create a moving text banner

Fri Feb 17, 2012 8:46 pm

This example show you how to create a moving text banner, you can control the speed movement using the scrolldelay attribute , the number of repeats using loop attribute, the direction of the moving using direction attribute.

Code:
<HTML>
<
head>
<
title>usage marquee</title>
</
head>
<
body>

<
p>
 
Example of using marquee.
</
p>
<
div align="center">
<
marquee 
 
     direction
="left"
     
loop="7"
     
scrollamount="1"
     
scrolldelay="2"
     
behavior="alternate"
     
width="60%"
     
bgcolor="#ff3424"
     
     
>
Latest news !. Latest news !.Latest news !.Latest news !.
</
marquee>
</
div>
</
body>
</
html>
 




  Related Posts  to : Create a moving text banner
 Create a text file     -  
 make a banner     -  
 Creating a Flash Banner     -  
 Animated banner by flash     -  
 Moving between frames     -  
 moving files in php     -  
 Able to Copy Text from Uneditable Text Boxes(JTextfields)     -  
 HOW TO KEEP OBJECT MOVING FOLLOW.     -  
 Moving Background in flash     -  
 moving glasspane between frames     -  

Topic Tags

HTML Animation