Is there a way to center cool css buttons names because they are left justified?
Return to Recent Questions
Q:
Is there a way to center button names because by default they are left
justified?
A:
Try to set the following parameters:
var itemAlignTop="center"; // text alignment for the top items
var itemAlign="center"; // text alignment for the submenus
Return to Recent Questions
|