Is it possible to hide the plus signs in the expandable menus?
Return to Recent Questions
Q:
Is it possible to hide the plus signs so only the icon and the menu text
show?
A:
Yes, you can do it.
You should write so:
//------- Buttons -------
var texpandBtn = ["","",""];
var texpandBtnW = "";
var texpandBtnH = "";
var texpandBtnAlign = "left";
Return to Recent Questions
|