
I think that I found a solution:
- create a menu normally in EBMM
- save the menu as html
- open the generated html file and copy/paste the menu
<ul>...</ul> into a new .js file (example:
menu.js):
content of
menu.js:
Code: Select all
document.write('THE MENU GENERATED BY EBMM');
and then in my web page, I call the menu (menu.js) and the .js generated by EBBM :
Code: Select all
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript" src="cbjscbmenu.js"></script>
With this solution, the menu work correctly and the web page stay conform xhtml strict 1.0
Karlis, If you agree this solution, please, can you as soon as possible build a special release of EBMM Pro

because it's to difficult to manually edit all menus... simply add a possibility to save as .js
Thank you. 