Pop
Re:Pop Up Menu
Date: Wed, 9 Jul 2003 13:36:57 +0000 (UTC)Newsgroups: macromedia.fireworks
Size: 916 bytes
To Steve:
If you comment out the line 'hideActiveMenus();' in the section below the menu will stay visible until you choose another pop-menu in the same navigation bar or another navigation bar on the same page.
function mouseupMenu(e) {
hideMenu(true, e);
// hideActiveMenus();
return true;
}
If you INSERT THE FIREWORKS HTML file in a layer you can position the layer anywhere on the page and position the hotspot (pop-up menu trigger) anywhere in the layer.
If you want to change the position of the pop-up menu with respect to its hotspot you can either do it in Fireworks on the Edit Pop-Menu/Position tab or edit the HTML code where it says CHANGE below.
MM_showMenu(window.mm_menu_name,CHANGE,CHANGE,null,'image_name');
If you want to follow an enquiry on a simliar issue goto
<http://webforums.macromedia.com/fireworks/messageview.cfm?catid=291&threadid=649461&highlight_key=y>
Hope this helps,
Jack
