|
|
|
For some reason my item separator image won't show in image rollover menu...
Return to Recent Questions
Q:
I have several problems with your image rollover menu.
The first is that for some reason my item separator image won't show. I
have tried everything, and no matter what I do the image won't show.
I designed a graphic that is 2 pixels high and is the width of the total
menu. The first problem is that the graphic wont show at all.. and I do not
know why.
Secondly, I am now thinking that I would like to use the separator
graphic on all levels of the image rollover menu, but this creates a another issue.. as
the width of the submenus varies based on the length of the text displayed.
How then can I have a separator image work in the submenus?
A:
Try to write you Item Styles in the following way:
var itemStyles = [
["itemBorderWidth=1","itemBorderStyle=solid,solid","itemBorderColor=#D7F5FE,#FFFFFF", "fontColor=#A0A0A0,#A0A0A0","fontDecoration=none,none"],
["itemBackColor=#6DD0FE,#00ACFC","itemBorderWidth=1","itemBorderStyle=solid,solid", "itemBorderColor=#6DD0FE,#FFFFFF"],
];
See the normal item border color.
You didn't paste separator into your menuItems.
["-",],
Return to Recent Questions
Related:
- March 12, 2009 - I have problems with image paths when I create menu web site in DHTML Tuner.
- March 26, 2009 - After click the links the using drop down menus stops showing up in cross-frame mode...
- Apr 04, 2009 - I now have the need to introduce separators on the html floating menu.
- May 04, 2009 - The javascript menu popup won't align itself correctly in Firefox.
- May 09, 2009 - I am unable to see any separators when working with website drop down menu...
- May 18, 2009 - When I upgraded the browser to IE 7, the menus in javascript doesn't show any more.
- May 23, 2009 - Can I specify an image in place of text or background in my javascript drag drop?
- May 30, 2009 - If the new page in the frame is a frameset itself, the net web menu won't show up.
- Jun 01, 2009 - Is there any functionality for tree menu in javascript to show/hide specific branches?
- Jun 04, 2009 - I've tried to change the width of the images within the popup menu...
- Jun 05, 2009 - I have certain javascript menu rollover items that I won't to disable at certain times. Is it possible?
|