How I can make javascript drop down menus be displayed horizontal instead of vertical?
Return to Recent Questions
Q:
Now I wonder what I have to do in my script to make javascript drop down menus sub menu
be displayed horizontal instead of vertical.
I want them to display vertical be left - aligned and be shown by a white
Background colr. How can I get this?
A:
Please try to 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
|