
Hi, at the moment I have the Milonic menu working great on my website. The problem comes when I want other JavaScripts to work on the same page.
The JavaScript I want to work is a news scroller. This news script works fine when used on its own but when combined with the menu it ceases to work.
As soon as I include the javascript files this is when the news scoller stops working:
<SCRIPT language=JavaScript src="sidemenu_array.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="mmenu_array.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="mmenu.js" type=text/javascript></SCRIPT>
I have included both the news scroll not working correctly and the page which does work.
Newsscroller does not work
http://www.groundworkwales.org.uk/newss ... thmenu.htm
Newsscroller does work
http://www.groundworkwales.org.uk/newsscroller.htm
I would be grateful if someone can help me get the menu and the news scroll to work on the same page.
Thank you.