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...
Menu does not work with DHTML Date Script on same page.
Problem - Solution
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
<script language="JavaScript">
start_countdown();
</script>
And everything works fine.
Regards