|
Can I say to dynamic menu "use wrapping"?
Return to Recent Questions
Q:
I cannot figure out how to make the text break into two lines in my dynamic menu.
A:
You can use wrapping in dynamic menu.
Use <br> tag in your menuItems, for example:
"item<br>text"
Or set
var noWrap=0;
Return to Recent Questions
Related:
- March 15, 2009 - How can I disable items in css tree menu?
- March 21, 2009 - I am trying to get my submenu to be all black in my css vertical drop down menu...
- March 30, 2009 - Is there a way to optimize the down menus javascript to reduce the loading time for submenus?
- March 31, 2009 - Is there any way can we display submenu items on mouse over in dependant dropdown menus?
- Apr 01, 2009 - How can I set different parameters for diferent items in my javascript rollover menu?
- Apr 03, 2009 - I would like to change the height of the submenu items in the dynamic xml menu...
- Apr 04, 2009 - Is there a way to have an automatic line-break for large submenu items in net dhtml menu?
- Apr 06, 2009 - Can the link items NOT open a new window in the click menu javascript?
- Apr 11, 2009 - I cannot see the shadow on the top items in my dhtml drop down menu example.
- Apr 15, 2009 - My mainmenu items are not links. So I need no link cursor for these drop down dhtml menu items.
- Apr 20, 2009 - I need the BG color behind items to be flush with the sides of the net web menu.
|