|
I want to get my text within a single horizontal drop down menus item to be on a two lines...
Return to Recent Questions
Q:
I am trying to get my text within a single horizontal drop down menus item to be on two lines as opposed to be all on one line.
For example, I currently have CumberlandHeadElementary School all on one line of a
horizontal drop down menus. I would like to have Cumberland Head on one line and
Elementary School on a line below Cumberland Head. Thanks for your help.
A:
Try to set this parameter:
var noWrap=0;
If it is not suitable for you, try to use standard <br> tags in the item text, for example:
var menuItems = [
["please, select the color you<br>prefer for the background
of<br>the image of the photo of your son",,,],
];
Return to Recent Questions
Related:
- March 15, 2009 - How can I disable items in dynamic navigation menu?
- March 31, 2009 - Is there any way can we display submenu items on mouse over in flyout menu?
- Apr 01, 2009 - How can I set different parameters for diferent items in my menu pulldown?
- Apr 03, 2009 - I would like to change the height of the submenu items in the cross browser drop down menu...
- Apr 04, 2009 - Is there a way to have an automatic line-break for large submenu items in horizontal css menu?
- Apr 06, 2009 - Can the link items NOT open a new window in the css collapsible menu?
- Apr 11, 2009 - I cannot see the shadow on the top items in my horizontal menu example.
- Apr 15, 2009 - My mainmenu items are not links. So I need no link cursor for these menu web design items.
- Apr 20, 2009 - I need the BG color behind items to be flush with the sides of the html code menu.
- Apr 30, 2009 - Do you have a menus for web pages that allows the sub-items to 'slide' out from the main items?
- May 02, 2009 - How can I add "|" separating in the menu items with your css menu example?
|