JavaScript - To Get Scrolling of the text



Cheat sheet to get Horizontal Scrolling

<html>
<body>
<div align="center"><FONT 
color="#ffffff" size="+1"><MARQUEE bgcolor="#000080" 
direction="right" loop="20" width="75%"><STRONG>WelCome to 
SytaxHelp
</STRONG></MARQUEE></FONT></DIV>
</body>
</html>


Cheat sheet to get Vertical Scrolling

<html>
<body>
<div 
align="center"> <marquee bgcolor="#000080" scrollamount="2" 
direction="up" loop="true" width="35%"> <center> 
<font color="#ffffff" size="+1"><strong> Welcome to 
syntaxHelp<br> <br> 
This is the code for scrolling upwords.</strong></font> </center> 
</marquee></div> 
</body>
</html>

Share |

 Cant find the page you are looking for?
 Help us to improve by adding the content that you are looking for.
 Leave a feedback
 We look forward to hear your comments and feedback.