|
|
|
How I can make sub menus of my web menu be displayed horizontal instead of vertical?
Return to Recent Questions
Q:
Now I wonder what I have to do in my script to make sub menus of my web menu
be displayed horizontal instead of vertical.
I want them to display vertical be left - aligned and be shown by a white
Background. How can I achieve this?
A:
You should set the following parameters:
var smColumns=0;
var smOrientation=1; //horizontal orientation of submenus
set white backcolor for submenus
["itemWidth=60px","itemBackColor=#FFFFFF,#FFFFFF","itemBorderWidth=0","itemBorderStyle=none,", "itemBorderColor=#FFFFFF,",
"fontColor=#404040,#404040","fontDecoration=none,underline"],
Return to Recent Questions
Related:
- March 21, 2009 - I am trying to get my submenu to be all black in my javascript drag...
- March 30, 2009 - Is there a way to optimize the vertical menus to reduce the loading time for submenus?
- March 31, 2009 - Is there any way can we display submenu items on mouse over in horizontal menu javascript?
- Apr 03, 2009 - Our submenus don't appear alignment to the toplevel drop down menu creator.
- Apr 03, 2009 - I would like to change the height of the submenu items in the web menus...
- Apr 04, 2009 - Is there a way to have an automatic line-break for large submenu items in menu js?
- Apr 24, 2009 - How can I define which dynamic pull down menu submenus should be multicolumn and wich one looks "normal".
- Apr 25, 2009 - How to work with javascript floating menu and submenus in JSP?
- May 11, 2009 - When I add a submenu, it appears separated by about 100px down dhtml floating window.
- May 11, 2009 - I would like to have each sub menu with width 100px in my Right button menu.
- May 16, 2009 - The alignment of the submenus is not correct in my script menu horizontal.
|