AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Wed Feb 21, 2007 4:06 am Post subject: |
|
|
Well, you've inserted menu initialization code between <table> and <tr> tags, and the menu felt itself somewhat lost. Just move the following two tags:
| Code: | <script type="text/javascript" src="...coolmenupro294c.js"></script>
<script type="text/javascript" src="...www_global_menu.js"></script> |
to some other place, e.g. right after <body> or right before </body>, i.e. no outer container other than <body>...</body>. This will solve the problem. |
|