I cannot add icon before each item in the sub-menu in javascript tabs.
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 javascript tabs, 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
|