I need the BG color behind items to be flush with the sides of the fly out menu.
Return to Recent Questions
Q:
I have
already tried this exact same method, using and alternate "itemBackColor"
and this is not what I needed. As you can see in your example putting in an
item back color only give you a different bg color on the item itself, but
the BG of the menu around it remains the same. In your example the lighter
bg color of my menu is surrounding the item bg color making this look more
like a mistake and poor design.
It do use the item bg color for the rollover in my menu, as you can see, but
implementing this does not give me what I need. I need the BG color behind
this item to be completely flush with the sides of the menu.
I had already checked the menu system thoroughly before contacting you and I
was well aware of the option.. but as you can see this is not the solution.
It is very important to me that this looks perfect, and what I need is not
built into this menu by default.. I need another solution.
A:
You should set the following parameter:
var itemSpacing=0;
You can also try to paste separators between items.
Return to Recent Questions
|