|
|
|
How I can make submenu of my navigation web part to be displayed horizontal instead of vertical?
Return to Recent Questions
Q:
What I have to do in my script to make sub menus of my navigation web part to
be displayed horizontal instead of vertical.
I want them to be vertical, be left - aligned and be shown on a white
Background. How can I achieve this?
A:
You should set the following navigation web part parameters:
set white backcolor for submenus
["itemWidth=60px","itemBackColor=#FFFFFF,#FFFFFF","itemBorderWidth=0","itemBorderStyle=none,", "itemBorderColor=#FFFFFF,",
"fontColor=#404040,#404040","fontDecoration=none,underline"],
var smColumns=0;
var smOrientation=1; //horizontal orientation of sub menus
Return to Recent Questions
Related:
- 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 03, 2009 - Our submenus don't appear alignment to the toplevel site navigation 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 24, 2009 - How can I define which javascript collapse menu submenus should be multicolumn and wich one looks "normal".
- Apr 25, 2009 - How to work with onmouseover style and submenus in JSP?
- May 11, 2009 - When I add a submenu, it appears separated by about 100px down flyout menu.
- May 11, 2009 - I would like to have each sub menu with width 100px in my Pop up menu html.
- May 16, 2009 - The alignment of the submenus is not correct in my tree menu javascript.
|