Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:51

Resizing the Menu


Poster: rgw1977
Dated: Tuesday March 8 2005 - 17:54:38 GMT

Is there a way resize the menu (length) (horizontally) without having to add new/additional text/menu's? I tried adjusting the separator/padding values, and this does not seem to do the job.

What I want is for the width, horizontally to be a certain width, bigger than what it currently is in order for it to look good where I need it placed on my website.

Thank you in advance for your response!

Ryan

( I need it to be exacylt 765px wide )


Poster: Ruth
Dated: Tuesday March 8 2005 - 22:10:39 GMT

There is a menu property called menuwidth= You can place that in the menu defintion i.e.
Code:
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=240;
left="offset=-170px";
alwaysvisible=1;
orientation="horizontal";
menuwidth=765;


Below are some links to style properties, menu properties, item properties that might give you some information.

Ruth