Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:21
First menu out of place and second menu not showing
Poster: rogerm
Dated: Friday February 29 2008 - 21:06:46 GMT
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?
Re: First menu out of place and second menu not showing
Poster: John
Dated: Saturday March 1 2008 - 15:15:23 GMT
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:
<script type="text/javascript" src="milonic_src.js"></script>
<noscript><a href="http://www.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>
<noscript><a href="http://www.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.