First menu out of place and second menu not showing

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
rogerm
Beginner
Beginner
Posts: 1
Joined: Fri Feb 29, 2008 10:03 pm

First menu out of place and second menu not showing

Post by rogerm »

Example Output: http://bay01.imagebay.com/_upload/img/29/menu.jpg
Example URL: http://members.high.be/GHETTO_ASS

This problem only occurs in Internet Explorer, if i only do one menu it is out of place listing far to the right if there are 2 menu's the second menu isn't visible, however if i resize my browser and then put it back to normal size everything is visible and on the correct place, anyone know what might be the cause of that?
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Re: First menu out of place and second menu not showing

Post by John »

First you need to fix your menu software. You are running two different versions of the code - 5.780 and 5.790. Any time you update your software all 3 menu code files must be replaced - milonic_src.js, mmenudom.js, and mmenuns4.js. Alternatively, if you are not supporting NS4, you can use the single milonic_menu_code.js file (see the docs for more info). You can also use the new call style if you like...

Code: Select all

<script type="text/javascript" src="milonic_src.js"></script>
<noscript><a href="https://milonic.com/">JavaScript DHTML Menu Powered by Milonic</a></noscript>
<script type="text/javascript" src="mmenudom.js"></script>
<script type="text/javascript" src="menu_data.js"></script>
Get all your code files to the current version (5.790), and come back if you're still having problems.
John
Post Reply