I want to have the same width of each item in button menus using Styles. But it doesn't work
Return to Recent Questions
Q:
When I want to have the same width of
each item I use the individuel styles sometime it works and sometime
not
A:
See, when you use Individual styles to set the width for your items
var bstyles = [
["bitemWidth=150px"],
];
you should check that you haven't set the exact width for the menu
var bmenuWidth="250px";
Please, check it.
Return to Recent Questions
Related:
|