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...Upgrading DNN P...Upgrading DNN P...ver 6.0.0 menu problemver 6.0.0 menu problem
Previous
 
Next
New Post
8/10/2011 11:39 PM
 
Rune Bentsen wrote:
my name wrote:
Hi Rune! Thanks! I have tried it out but it seems that it still doesn't work. :( I even changed the other z-index that might be related between menu and module but still nothing happened.

 You have to describe what your problem is then...

If it's an object (like a flash header), you might need to add the parameter wmode="opaque" to the object ;-)

/Rune

 BTW Rune, Even on the other page my menu still hides on the module.... :(

 
New Post
9/21/2011 1:43 PM
 
OK so this one was evil. The fix for the minimalextropy skin menu issue in DNN 6.01 is as follows:
in menu.css add the last two lines here..
.mainMenu table{
border:1px solid #C0D6E5;
z-index:905;
position:relative;

This fixes
1. Menu's hiding behind modules
2. Menu's hiding behind manage menu
3. Menu background and border issue
 
New Post
9/23/2011 11:06 AM
 
In response to an earlier post by Rune, I think the DNN team was trying to do some planning and allow for advanced skin development and advanced CSS techniques when they stratified the z-indexes.  But, it is apparent that a large proportion of us not inside the team were caught off-guard by it.  I did not know the exact z-indexes as Rune has them in his post, so thank you for contributing those.  I had at least stumbled across the z-index ranges in the DotNetNuke 6 Developer Quick Start.

My approach has been to stick with the strategy of the team since it makes sense and update my skins accordingly.  In response to Jon here, I think the Action menu still needs to be taken into account so your z-index for submenus should be higher than 906.  I think 905 will work until you go into edit mode and try navigating to a submenu; this hiding behavior can be quite maddening as a content editor.
 
New Post
9/23/2011 12:23 PM
 
I should have waited before posting so I could include this too...I always get too excited to get something out there.

I have been very focused on utilizing the Mega Menu for the first time, so I have been working with all of the default styles at this point with the Mega2DNN template included in my test skin.  This minor change to the Mega2DNN.css file worked for me:

ul.megamenu li {
    float: left;
    margin: 0; padding: 0;
    position: relative;
    z-index: 949;
}

add the highlighted entry at line 15 (in the template I'm using).  I picked 949 as it is at the upper-range of the module actions z-index block according to the developer documentation I referenced in my earlier post.
 
New Post
1/12/2012 1:30 AM
 
Having an issue with the Image propriety menu hidden behind the screen wide white layer. Anyone figured this out?
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...ver 6.0.0 menu problemver 6.0.0 menu problem


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