|
|
I have an other question about Vista menus: if the word is too long, the dhtml menu images are not correct.
Return to Recent Questions
Q:
I have an other question about Vista menus :
If the word is too long, the dhtml menu images are not correct. Please
look at the screenshot.
A:
See images in Vista Templates have the fixed width and height (92 x 21).
You can try to use the following parameter to use combined
background for your items, for example:
var beforeItemImage = [,]; //left-side image for normal and mouse over state
var itemBackImage = [,]; //background or image for normal and mouse over state
var afterItemImage = [,]; //right-side image for normal and mouse over state
var beforeItemImageW = '';
var afterItemImageW = '';
var beforeItemImageH = '';
var afterItemImageH ='';
But you should create a small images in any Graph Editor, for example:
button_n_back.gif
button_n_left.gif
button_n_right.gif
button_o_back.gif
button_o_left.gif
button_o_right.gif
Return to Recent Questions
Related:
- Sep 25, 2006 - My menu icons are not appearing in the preview, or when I launch deluxe-menu.html
- Sep 26, 2006 - Is there a way to change the height of the main buttons in my simple dhtml menu.
- Oct 13, 2006 - Under the menu images there is a gray line that makes it look broken.
- Oct 15, 2006 - Submenus doesn't position correctly in my javascript template.
- Oct 22, 2006 - Why I now have double drag menus and how to correct?
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Oct 30, 2006 - I don't see on my website dhtml mouseover menu that I saw on my local machine.
- Nov 04, 2006 - There are the features that, unfortunately, cannot be done in javascript drop menu...
- Nov 05, 2006 - The font color doesn't change when I roll over the dhtml side menu
- Nov 07, 2006 - The menu appears perfectly in the css menu maker preview screen, but not on the page.
- Nov 10, 2006 - I want to set the status bar messages to another than the link text from the xp menu items?
|