How do I expand the length of vista menu on web tab images to accommodate longer text?
Return to Recent Questions
Q:
How do I expand the length of the vista menu on web tab images to accommodate longer text?
If the text is "Special Event Programs", the arrows are outside
the tab control in another partial one. I am using the Vista style tabs
(black_blue / tealblack).
Is there any way other than definition of new images to get more color combo boxes?
Can I modify the text size in the menu on web tabs? When I use the Tuner, it has no effect with it.
A:
Try to use image-based menu.
Set:
var menuWidth="92px";
var menuHeight="";
and create the following style:
var itemStyles = [
["itemBackImage=WANmenu.files/btn_magenta-back.gif,WANmenu.files/btn_magentablack-back.gif",
"beforeItemImage=WANmenu.files/btn_magenta-left.gif,WANmenu.files/btn_magentablack-left.gif","afterItemImage=WANmenu.files/btn_magenta-right.gif,WANmenu.files/btn_magentablack-right.gif","beforeItemImageW=10","afterItemImageW=10","beforeItemImageH=21","afterItemImageH=21", "itemBorderWidth=0","fontStyle=normal
11px Tahoma","fontColor=#FFFFFF,#FFFFFF"],
];
Return to Recent Questions
Related:
|