Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:36
scrollText
Poster: julia
Dated: Tuesday January 7 2003 - 23:20:37 GMT
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
scrollText
Poster: paulie100
Dated: Tuesday January 14 2003 - 19:07:51 GMT
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.