Thanks guys a great result. :) I note that when the mouse goes over the train it stops. Can the marquee be fiddled to disable this unwanted mouse control?
Printable View
Thanks guys a great result. :) I note that when the mouse goes over the train it stops. Can the marquee be fiddled to disable this unwanted mouse control?
Using a text only editor like NotePad, near the top of my_js/cross_marq.js find:
Change the highlighted:Code:var marqueewidth="945px"
var marqueeheight="65px"
var marqueespeed=2
var marqueebgcolor=""
var pauseit=1
var marqueecontent='<img src="album/marquee.gif"/>'
Code:var marqueewidth="945px"
var marqueeheight="65px"
var marqueespeed=2
var marqueebgcolor=""
var pauseit=0
var marqueecontent='<img src="album/marquee.gif"/>'