Products

Solutions

Resources

Partners

Community

About

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...Skins, Themes, ...Skins, Themes, ...Custom CSS drop down menu and z-index issueCustom CSS drop down menu and z-index issue
Previous
 
Next
New Post
12/6/2012 4:01 AM
 

@matej

In firefox it works wobbly for me sometimes I move fast enough to go to submenu another time not. That will be fixed if you align the chidlmenus directly with the previous menus and not the padding you have now

 

 
New Post
12/9/2012 4:35 PM
 
Armand,

I have a test website set up and will upload the skin and menu for you to review by late Monday night.

Thanks for the help.

Mark
 
New Post
12/10/2012 11:31 PM
 
Armand,

Here's the skin and drop down menu in question:

http://www.enciphertechnologies.com.c...

Look for the green bar near the top-right part of the page and hover over "view faves" and you'll see how the drop down menu appears under the HTML module on the page. This happens in IE and FF.

Thanks,
Mark
 
New Post
12/11/2012 3:33 AM
 

Hallo Mark

 another menu problem solved with my one script fits all menu z-index annoyances :)

put the following text between script tags in the bottom of your skin. explanation here :  http://jsfiddle.net/nokiko/LPBgh/

jQuery("#cssmenu").hover(
function() {
jQuery(".DnnModule").removeClass("DnnModule").addClass("adminhelper");
jQuery(".dnnActionMenuTag").hide(); // top is usually enough but sometimed these also misbehave
}, function() {
jQuery(".adminhelper").addClass("DnnModule").removeClass("adminhelper");
jQuery(".dnnActionMenuTag").show(); // top is usually enough but sometimed these also misbehave
});

 
New Post
12/11/2012 3:36 AM
 

using CSS:

.SearchProfilePane {position: relative; z-index: 1000;}

(tested in FF)

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Custom CSS drop down menu and z-index issueCustom CSS drop down menu and z-index issue


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