scrollText

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
julia
Beginner
Beginner
Posts: 1
Joined: Wed Jan 08, 2003 12:12 am

scrollText

Post by julia »

I want to use this script http://www.dhtmlcentral.com/script/script.asp?id=4
but i can´t make the menu to work when i use it. Please help me
paulie100
Beginner
Beginner
Posts: 3
Joined: Tue Jan 14, 2003 7:02 pm

scrollText

Post by paulie100 »

Julia,

If you haven't already figured it out yourself, I can probably help. I was trying to do the same thing this weekend and finally figured the problem out. In the scrolling text script, I think the last line in the javascript is:

window.onload=runmikescroll

This causes a problem. Comment this line out of the javascript, and use the onLoad option in the <body> tag of the page instead:

<body onLoad="javascript:runmikescroll();">

This should make it work together.
Paul M.
Post Reply