|
I want to get my text within a single css expanding menu item to be on a two lines...
Return to Recent Questions
Q:
I am trying to get my text within a single css expanding menu 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
css expanding menu. 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, 2007 - How can I disable items in javascript onmouseover?
- March 31, 2007 - Is there any way can we display submenu items on mouse over in popup menu creator?
- Apr 01, 2007 - How can I set different parameters for diferent items in my menus web?
- Apr 03, 2007 - I would like to change the height of the submenu items in the javascript for drop down menu...
- Apr 04, 2007 - Is there a way to have an automatic line-break for large submenu items in html tab menu?
- Apr 06, 2007 - Can the link items NOT open a new window in the css tab menu?
- Apr 11, 2007 - I cannot see the shadow on the top items in my menu in html example.
- Apr 15, 2007 - My mainmenu items are not links. So I need no link cursor for these down menu html items.
- Apr 20, 2007 - I need the BG color behind items to be flush with the sides of the menu site web.
- Apr 30, 2007 - Do you have a menu javascript css that allows the sub-items to 'slide' out from the main items?
- May 02, 2007 - How can I add "|" separating in the menu items with your html menu jscript?
|