You left out:
Code:
/******************************************
* Scrollable content script III- © John Davenport Scheuer
* As first seen in: http://www.dynamicdrive.com/forums - membername: jscheuer1
* Very freely adapted from Scrollable content script II- © Dynamic Drive (www.dynamicdrive.com)
* Visit http://www.dynamicdrive.com/ for full original source code
* This notice must stay intact for legal use
******************************************/
But, of course, that's not the problem. You need a unique:
Code:
contentid="content2";
for each scroller. Incidentally, this must also be different than all id="whatever" attributes and all id assignments on the page. Try:
Code:
contentid="content3";
for the second one.
Bookmarks