Horizontal Srolling News Ticker
(Download Instructions)
(Customize your settings in the box below. Width, height, color, and speed of the ticker can be custom modified specifically for your website.)
- Simply copy and paste this code between the <head> tags of your web page. You
can customize the ticker size, color, and speed by adjusting the
configuration in this box.
<script language="javascript">
//Specify the marquee's width (in pixels)
var marqueewidth="300px"
//Specify the marquee's height
var marqueeheight="25px"
//Specify the marquee's speed (larger is faster 1-10)
var marqueespeed=2
//configure background color:
var marqueebgcolor="#FAF0E6"
//Pause marquee onMousever (0=no. 1=yes)?
var pauseit=1
</script>
-
Simply copy and paste this code between the <body> tags of your web page.
<script language="javascript1.2" src="http://www.cnsnews.com/ticker/horizontal_code.js">
</script>
Vertically Scrolling News Ticker
(Download Instructions)
(Customize your settings in the box below. Width, height, color, and speed of the ticker can be custom modified specifically for your website.)
- Simply copy and paste this code between the <head> tags of your web page. You
can customize the ticker size, color, and speed by adjusting the
configuration in this box.
<script language="javascript">
//Specify the marquee's width (in pixels)
var marqueewidth="300px"
//Specify the marquee's height
var marqueeheight="200px"
//Specify the marquee's speed (larger is faster 1-10)
var marqueespeed=1
//Pause marquee onMousever (0=no. 1=yes)?
var pauseit=1
//Absolute positioning
var yCoord=400
var xCoord=200
</script>
-
Simply copy and paste this code between the <body> tags of your web page.
<script language="javascript1.2" src="http://www.cnsnews.com/ticker/vertical_code.js">
</script>