I'm developing a new site and have a license for the milonic menu. Problem is, I'm setting up Macromedia Contribute for staff to update their pages. I did a search but didn't find a fix mentioned in the forums.
Basically when you click the edit button in contribute, nothing happens, but only on the pages that use the menu. I've been trouble shooting this for more than a week, and really need to sort it out.
http://alumni.ucsd.edu/alumni_beta/
So I contacted Macromedia and got this response:
------------------------------------------------
Milonic menus....
That menu script's way of writing iframe tags is confusing contribute and
causing the error.
there's a fix or workaround- a hand edit of the external .js file.
from a previous posting-
We are working on a Technote for this. In the meantime, if you can't
wait, you can solve the problem by doing the following:
in mmenu.js on line 412 replace code segment
"mt="<IFRAME frameborder=0 id=if"+mnu+" src=\""+ifBlnk+"\" scroll=none
style=\"FILTER:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);vi
sibility:hidden;height:20;position:absolute;width:"+(menu[3]+ns6w)+"px;left:
"+dmleft+"px;top:"+menu[1]+"px;z-index:5\"></iframe>"
with this one:
mt="<SPAN id=if"+mnu+" src=\""+ifBlnk+"\" scroll=none
style=\"FILTER:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);vi
sibility:hidden;height:20;position:absolute;width:"+(menu[3]+ns6w)+"px;left:
"+dmleft+"px;top:"+menu[1]+"px;z-index:5\"></SPAN>"
and that should work.
Hope this helps.
-------------------------------------------
Sounds good, but my milonic file names do not include one called mmenu.js
The file names are:
menu_data.js
milonic_src.js
mmenudom.js
mmenuns4.js
I did a search in those files to find the first line of code mentioned, but found nothing. Is there anything I can do to correct this problem? It seems the iframes need to become spans.
Please help! I don't want to have to abandon the milonic menu

Thanks,
Isabelle