Cross Browser Ticker/Marquee
2a. Obtain the Right to Left Script
More of this Feature
To add my simple ticker/marquee script to your web page you first need to select the code from the text box below (there is a highlight all button beneath it to make this easier) and copy it into a file called ticker.js. This version scrolls Right to Left (the appropriate direction for languages that read left to right).
You next attach the script into your web page that you wish to display your scrolling text on by adding the following code into the head section of your page.
</script>
You also need to define where the ticker/marquee is to appear in your page by adding the following code at that point in the body of your page:
Now all that remains is to customize the script to display the scrolling text that you want in the way that you want it.

