Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Get rid of Solpartmenu shadowGet rid of Solpartmenu shadow
Previous
 
Next
New Post
9/17/2007 2:08 AM
 

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:

 
New Post
9/17/2007 12:24 PM
 

In your CSS try overriding the default filter property, see if it's still getting set, and just need to be turned off, rather than not included.


Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
9/17/2007 10:32 PM
 

Thanks! I tried overridding the filter property in the skin.css, both for MainMenu_FlatSubmenu and MainMenu_Submenu (dnn's default submenu style) by adding in

filter: none

but neither worked. I still got the same drop shadow. I even tried adding the filter property back in and changing one of the values (i.e. color) to see if that had any effect. I still got the exact same drop shadow. It's like everything I do is being completely ignored. I even went back in and added properties to the ascx code (i.e. menueffectsstyle, menueffectsshadowdirection, etc.) and that had no effect at all either.

I was able to get the drop shadow off the module menus (ModuleTitle_Submenu) by setting the "filter" to "none" and that worked fine. Just the Solpartmenu is not responding to anything I give it.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Get rid of Solpartmenu shadowGet rid of Solpartmenu shadow


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out