Scrolling Banner Text JavaScript
Scroll banner text in the text box. It can be used to promote your product or service on your website. The text of constant rotation can easily attract the attention of users.
Script Demo:
Demo
JavaScript Code:
Insert this code into <head> tags |
Insert this code into <body> tags |
Instruction:
- Change
<body>to<body onLoad="ticker()">, and insert body code to where you want your banner text to be displayed. - You can adjust the scrolling speed by increasing the number 1000 in the line:
id=setTimeout("ticker()",1000/10); }.
| Webmaster » Web Programming » JavaScript » Scrolling » Banner Text |
Related Links:
Sponsored Links
