|
I cannot add icon before each item in the sub-menu in popup javascript.
Return to Recent Questions
Q:
It looks as though I should be able to have an icon before
each item in the sub-menu in popup javascript, but I don't seem to be able to get this
to work.
Could you please tell me how to fix this?
A:
You can use icons before each item in the sub-menu.
You should use the following parameters:
- set icon in the "Item Parameters" window.
- set the width and height of this icon
var biconWidth=7;
var biconHeight=7;
var biconAlign="left";
- set, for example
var bbeforeItemSpace=15;
var bsmItemAlign="left";
Return to Recent Questions
Related:
- March 21, 2009 - I am trying to get my submenu to be all black in my select javascript...
- March 30, 2009 - Is there a way to optimize the mouse position javascript to reduce the loading time for submenus?
- March 31, 2009 - Is there any way can we display submenu items on mouse over in drop down menu css?
- Apr 03, 2009 - Our submenus don't appear alignment to the toplevel down menu javascript.
- Apr 03, 2009 - I would like to change the height of the submenu items in the javascript cascading menu...
- Apr 04, 2009 - Is there a way to have an automatic line-break for large submenu items in menu using java script?
- Apr 15, 2009 - My mainmenu items are not links. So I need no link cursor for these dynamic dependant dropdown menus items.
- Apr 24, 2009 - How can I define which menu vertical dynamique submenus should be multicolumn and wich one looks "normal".
- Apr 25, 2009 - How to work with image rollover menu and submenus in JSP?
- Apr 30, 2009 - Do you have a dhtml floating menu that allows the sub-items to 'slide' out from the main items?
- May 02, 2009 - How can I add "|" separating in the menu items with your css pulldown menu?
|