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?
First menu out of place and second menu not showing
Re: First menu out of place and second menu not showing
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...
Get all your code files to the current version (5.790), and come back if you're still having problems.
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>
John