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:35
need line break in menu choices
Poster: fastflagsrt4
Dated: Thursday May 10 2007 - 19:31:04 BST
Is there any way I can insert a line break into a menu choice to make the menu a smaller width?
Here is the website that I am building the menu for...
http://www.genetics-gsa.org/genetics/g- ... /index.htm
Thanks
Poster: Ruth
Dated: Thursday May 10 2007 - 20:02:12 BST
Hi,
You can set the menuwidth="100%"; and then the itemwidth="100%"; that will make the menu and items span no farther than the layout is. However, you will need to redo the gsamenu.gif image since the text now will wrap and that will expand the height of the menu and that background will now repeat down.
Your other option would be to insert linebreaks manually, however that's not really good since at different resolutions it would not look right, i.e. say someone has 1600xwhatever. Now your items would have this line break in them and the text would be on two lines and the menu would be less wide than the layout.
Ruth
Poster: fastflagsrt4
Dated: Thursday May 10 2007 - 20:50:27 BST
I added these properties to the menu file, and it is acting the same....
Code:
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
menualign="left";
menuwidth="100%";
itemwidth="100%";
style=menuStyle;
aI("showmenu=/Membership;text=Directory/Membership;");
aI("showmenu=Publications;text=Publications;");
aI("showmenu=Model Organism Information;text=Model Organism Informations;");
aI("showmenu=Education;text=Education;");
aI("showmenu=Public Policy;text=Public Policy;");
aI("showmenu=Careers;text=Careers;");
aI("showmenu=Awards;text=Awards;");
aI("showmenu=Members in News;text=Members in News;");
aI("showmenu=About Us;text=About Us;");
}
alwaysvisible=1;
position="relative";
orientation="horizontal";
menualign="left";
menuwidth="100%";
itemwidth="100%";
style=menuStyle;
aI("showmenu=/Membership;text=Directory/Membership;");
aI("showmenu=Publications;text=Publications;");
aI("showmenu=Model Organism Information;text=Model Organism Informations;");
aI("showmenu=Education;text=Education;");
aI("showmenu=Public Policy;text=Public Policy;");
aI("showmenu=Careers;text=Careers;");
aI("showmenu=Awards;text=Awards;");
aI("showmenu=Members in News;text=Members in News;");
aI("showmenu=About Us;text=About Us;");
}
Poster: Ruth
Dated: Thursday May 10 2007 - 22:53:30 BST
Hi,
When I download the page I get a file called menu_selections.js and in that file the code is
Code:
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
menualign="left";
menuwidth="100px";
style=menuStyle;
alwaysvisible=1;
position="relative";
orientation="horizontal";
menualign="left";
menuwidth="100px";
style=menuStyle;
So, did you upload the new file because I'm still getting the old one.
Ruth
Poster: fastflagsrt4
Dated: Friday May 11 2007 - 13:45:46 BST
Ruth wrote:
Hi,
When I download the page I get a file called menu_selections.js and in that file the code is
So, did you upload the new file because I'm still getting the old one.
Ruth
When I download the page I get a file called menu_selections.js and in that file the code is
Code:
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
menualign="left";
menuwidth="100px";
style=menuStyle;
alwaysvisible=1;
position="relative";
orientation="horizontal";
menualign="left";
menuwidth="100px";
style=menuStyle;
So, did you upload the new file because I'm still getting the old one.
Ruth
LOL, what in the world was I thinking.....
It works now.
Thanks Ruth!