I've so far got the pictures displaying and everything happy, except for the scrolling.
Put the javascript up at the top inside the <head> section
Change the language="Javascript" to language="Javascript1.2"
Terminate all the javascript lines with a semi-colon ";"
Change the numeric string constants to numbers
var scrollspeed= 1;
var speedjump = 30;
var startdelay = 2;
var nextdelay = 10;
Firefox is a little fussier than IE.
I'll continue my research to see if I can get it to scroll...
Can you let me know what your email address is and I'll send you what I've done so far...
|