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 )
Resizing the Menu
There is a menu property called menuwidth= You can place that in the menu defintion i.e.
Below are some links to style properties, menu properties, item properties that might give you some information.
Ruth
Code: Select all
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=240;
left="offset=-170px";
alwaysvisible=1;
orientation="horizontal";
menuwidth=765;
Ruth