Resizing the Menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
rgw1977
Beginner
Beginner
Posts: 4
Joined: Tue Mar 08, 2005 6:50 pm
Location: Plano, Illinois, USA
Contact:

Resizing the Menu

Post by rgw1977 »

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 )
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

There is a menu property called menuwidth= You can place that in the menu defintion i.e.

Code: Select all

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
Post Reply