Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fireworks pop-up menu multi-line Possible???

Status
Not open for further replies.

djv1

Programmer
Apr 12, 2002
2
US
Does anyone know how to create a Multi-line pop-up menu in either Dreamweaver/Fireworks 4.0?

Have gone in to actually html code and modified the "252" width specification to "152" expecting the text to simply "wrap". It turns out that it does wrap, but I have to modify the height "17" to "34" to see the wrapped text. This is not acceptable either. So, am looking for a way to control the height/width of given sub-menu entry. i.e. submenu 1, choice 1 152x17;submenu 1, choice 2 152x34; submenu 1, choice 3 152x17; etc.

ANY Solutions out-there?????

window.fw_menu_5 = new Menu("root",152,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#ff0000","#66ccff","#00ff00");
fw_menu_5.addMenuItem("DocuShare Client");
fw_menu_5.addMenuItem("D.I.F.");
fw_menu_5.addMenuItem("Mathcad");
fw_menu_5.addMenuItem("MED's");
fw_menu_5.addMenuItem("Samba Server");
fw_menu_5.addMenuItem("StaCompPC");
fw_menu_5.addMenuItem("Visual Fortran");
fw_menu_5.addMenuItem("Visual Developer Suite(Basic, C++, Java)");
fw_menu_5.addMenuItem("VSM Excel Add-In");
fw_menu_5.addMenuItem("MSC Encyclopedia");
fw_menu_5.addMenuItem("Abaqus Encyclopedia");
fw_menu_5.addMenuItem("Mechanica Encyclopedia");
fw_menu_5.bgImageUp="images/Images-041002/fwmenu8_252x17_up.gif";
fw_menu_5.bgImageOver="images/Images-041002/fwmenu8_252x17_over.gif";
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top