That's not an official Dynamic Drive script. But it looks like it was modified from one:
http://www.dynamicdrive.com/dynamicindex2/cmarquee.htm
Anyways, get rid of this (from your page's source code):
Code:
<FONT
class=newstitle>
<SPAN id=temp
style="LEFT: -200px; VISIBILITY: hidden; POSITION: absolute; TOP: -100px"><NOBR>Benefit Auction</a> - <font color="#FFFFFF">Autographed Guitar from STYX</a> - Items from Local Sports Celebrities</a> - Live Music from Hyper fuzz</a> - Rugby all day at the University of Iowa</a> - The Magic Bus</a> - Volleyball</a> - Bar Oympics and much more</a> - Join us</a> - Let the Good Times Roll</A></NOBR></SPAN></P>
Change the highlighted as shown (add the red 0) in the script:
Code:
. . . rollerbgcolor="#000000"
//Pause newsscroller onMousever (0=no. 1=yes)?
var pauseit=1
//Specify the newsscroller's content (don't delete <nobr> tag)
//Keep all content on ONE line, and backslash any single quotations (ie: that\'s great):
var newsscrollercontent='<nobr><font class="newstitle"><font color="#FFFFFF"><FONT style="FONT-SIZE: 36pt" face="High Speed"><b>Benefit Auction</a> - <font color="#FFFFFF">Autographed Guitar from STYX</a> - <font color="#FFFFFF">Items from Local Sports Celebrities</a> - <font color="#FFFFFF">Live Music from Hyper fuzz</a> - <font color="#FFFFFF">Rugby all day at the University of Iowa</a> - <font color="#FFFFFF">The Magic Bus</a> - <font color="#FFFFFF">Volleyball</a> - <font color="#FFFFFF">Bar Oympics and much more</a> - <font color="#FFFFFF">Join us</a> - <font color="#FFFFFF">Let the Good Times Roll</font></nobr>'
////NO NEED TO EDIT BELOW THIS LINE////////////
newsscrollerspeed=(document.all)? newsscrollerspeed : Math.max(1, newsscrollerspeed-1) //slow speed down by 1 for NS
var copyspeed=newsscrollerspeed
var pausespeed=(pauseit==0)? copyspeed: 0
var iedom=document.all||document.getElementById
if (iedom)
document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100;left:-40000">'+newsscrollercontent+'</span>')
var actualwidth=''
var cross_newsscroller, ns_new . . .
That's it!
Bookmarks