Hello!
I'm using A javacript to load html into div's. Evertyhing was working great until i added another java script B to have scrolling text inside a div.
The index page uses A script to load a html file that has B script inside.
Everything works fine but the problem is that the div with the scrolling funtion from script B does not scroll down, it only shows the text.
I have searched for conflicts between javascripts but didn't succeed in aplying the solution's to my problem.
I've read something like <body onload= and add the two functions of both scripts. The probem is that i dont know what to write in the onload=, and in wich page should i add the body onload=
I think the function from B script is initializemarquee, but not sure. But i don't know what is the function i should write from script A.
Is there another solution to this? Something you could recomend me, short and simple?
Thanks in advance!!



Reply With Quote

Bookmarks