Please post new questions in a new thread like here where I've moved this, and:
Warning: Please include a link to the DD script(s) in question in your post. See
this thread for the proper posting format when asking a question.
That said, if the script you are using is:
http://www.dynamicdrive.com/dynamicindex2/cmarquee2.htm
Remove the highlighted part shown below:
Code:
function initializemarquee(){
cross_marquee=document.getElementById("vmarquee")
cross_marquee.style.top=0
marqueeheight=document.getElementById("marqueecontainer").offsetHeight
actualheight=cross_marquee.offsetHeight
if (window.opera || navigator.userAgent.indexOf("Netscape/7")!=-1){ //if Opera or Netscape 7x, add scrollbars to scroll and exit
cross_marquee.style.height=marqueeheight+"px"
cross_marquee.style.overflow="scroll"
return
}
setTimeout('lefttime=setInterval("scrollmarquee()",30)', delayb4scroll)
}
if (window.addEventL . . .
Bookmarks