Hi,
I have a main menu that is on a transparent background and I want the drop down items to be solid colour. I have mostly been able to accomplish this, but can't find the right properties to fix a few remaining issues (as per the screen snapshot below):
1. How do I set the "currently selected menu item" to be transparent.
2. How do I get rid of these gaps between the menu item (presumably, a border or separater is showing as transparent.)
3. Why does my submenu header show as transparent?
Thanks!
I'm not sure about all your problems, but you can remove the gaps (item 2) by setting:
ItemPaddingSubMenus="0"
you might then need to put some padding into the actual items as they might be too close together...
If you currently have your IslandStyle's background set to Transparent, you may need to explicitly set the background to an image or color in other places such as Item style...
hopefully that helps in some way!
Hi cd_mackenzie,
I am having similar problem as well, my drop down menu background-color are transparent. Do you mind sharing how to you accomplish to set the background-color to solid color.
Thanks.
C.W.Chan