I have tried and tried and I can't seem to get rid of the drop shadow (filter property) on the submenus in my solpartmenu. I've not defined any menueffects for a shadow in my .ascx file and I have even defined a custome css class to it (via submenucssclass) and not defined a filter, yet it still puts one on there. Here is the code:
in the ascx:
<dnn:SOLPARTMENU runat="server" id="dnnSOLPARTMENU" menueffectsmenutransition="AlphaFade" menueffectsmenutransitionlength="2.3" userootbreadcrumbarrow="False" usesubmenubreadcrumbarrow="False" usearrows="False" separator="|" separatorcssclass="MainMenu_Separator" rootmenuitemcssclass="MainMenu-RootItem" submenucssclass="MainMenu_FlatSubmenu" />
And here is the corresponding MainMenu_FlatSubmenu css class:
.MainMenu_FlatSubmenu {
z-index: 1000;
cursor: pointer;
cursor: hand;
background-color: #d2d4ea;
border-bottom: #bbbedf 2px solid;
border-left: #bbbedf 2px solid;
border-top: #bbbedf 2px solid;
border-right: #bbbedf 3px solid;
}
As you can see, there's no filter applied anywhere, yet it's still showing a drop shadow under the submenus. Any help will be appreciated. I'm thinking I've probably not thought about something...
Here is what is showing up. As you can clearly see there is a drop shadow: