resizable menu toolbar

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
newMilonicUser
Beginner
Beginner
Posts: 2
Joined: Fri Feb 22, 2008 5:46 pm

resizable menu toolbar

Post by newMilonicUser »

Hello,

Version ~ 5.791.

I have the menu toolbar set-up in my web app. The problem is it doesn't resize with the browser window. Is their a property that can be set?

I used the following to create the menu toolbar. Please help.

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="relative"
aI("text=Home;url=/hom/home.jsp;");
aI("text=Data Lookup;url=/hom/dataLookup.do;");
aI("showmenu=dataEntry;text=Data Entry");
aI("showmenu=admin;text=   Administration  ");
aI("text=Help;clickfunction=window.open('/hom/help.html','','toolbar=no,width=950,height=500,top=0,scrollbars=yes,resizable=yes,left=100,top=150');");
aI("text=efgh;text=                                                                                                                                 Version 1.0");
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: resizable menu toolbar

Post by Ruth »

Hi,

I'm sorry but you have a version that is 20 releases downlevel. We can't provide support unless it is the newest version, since that is most of what we know. I would have no idea if there was an issue with that level or not. I can only suggest that you try setting a menuwidth and itemwidth in that menu. Also, since it is positioned relatively, maybe whatever it is in isn't resizing. You might try searching the forum for menuwidth, try searching for 100% menuwidth, 100% itemwidth. That's all I can suggest

Ruth
Post Reply