Menu does not work with DHTML Date Script on same page.

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
Andreas

Menu does not work with DHTML Date Script on same page.

Post by Andreas »

Without one DHTML Text Countdown Script on my page the menu scripts works fine. but with, i that´s what i want, the main menu is displayed corectly but does no submenus.

What can i do to fix this problem? The Countdown Script uses Layers too...
Andreas

Problem - Solution

Post by Andreas »

Have fixed my problem. Had to initialize the Countdown DHTML Script (formaly done with onload event) after initialisation of the Menu Scripts inside the body tags. I've done in this way...

<script language="JavaScript">
start_countdown();
</script>

And everything works fine.

Regards
Post Reply