PDA

View Full Version : fade links help


Cassandra Cain
07-30-2002, 04:32 PM
I'm having a little problem where the fade links script is interacting with another javascript I'm using.

I get a page error (little yellow triangle in the lower left corner of the browser).

I can use each one seperately with no problem, it's only when I execute one script and then the other that I get the error.

Everything seems to work properly, actually, but does anyone know if there's some trick to running two scripts at once?

Thanks! :)

mashby
07-30-2002, 09:35 PM
You should be able to use more than one JS script at a time. You may just have some common elements between the two.

And you've checked to make sure that each run just fine on their own?

Cassandra Cain
07-31-2002, 12:56 AM
Yep - if I remove either one, the other works just fine. And when I have them both installed, I don't get an error until I run one and then the other. (One is a dropdown menu, the other the fade links). I'll take a look at the code again and see if I see anything common to both of them :)