Log in

View Full Version : Scrollable Content II use 2x on a page



TeaMFlitZeR
08-27-2005, 09:29 PM
Hello,

I´ve following problem.
I want to use the scrollable content II script twice on a page

One version normal and the other horizontal...

can somebody help me???

jscheuer1
08-28-2005, 12:01 AM
.

Aside from the tutorial above, which usually is the solution when the problem is two different scripts, you may need to consult:

http://www.howtocreate.co.uk/tutorials/index.php?tut=0&part=0&TOshow=allshow#refcon

Which explains how two scripts on the same page may not use the same set of variable names, id names, etc. This is especially important if the problem is two copies of the same script on a page but, can come into play with two different scripts when the first step won't fix it.

One other approach that works in both situations, if adaptable to one (or more) of the scripts, is to put one script in a borderless iframe. It will look like it is on the same page but, since it really is on a separate page, conflicts are no longer an issue.