Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

right click menu css class and z-index
Last Post 11/22/2012 12:20 PM by Peter Donker. 1 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Eric Swanzey
New Member
New Member
Posts:74


--
11/15/2012 9:00 PM
Hi Peter,
In the AJAX UI (2 Panel) view, do you have any info for some of the class names used for the right-click menu? It's appearing under some site navigation menus so I want to give it a z-index so that it will be on top of everything.

On a related note, if you or anyone would know how to "Inspect Element" in such a case - the right-click of the menu intercepts any context for the right-click to allow me to "inspect element" in Chrome - would love to know the hack.

Thanks!,
Eric
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
11/22/2012 12:20 PM
Hi Eric,

What I do is to go to the ascx and change the attribute ExpandOnClick to true. This changes the menu from a hover to a click-to-open menu. Then it stays open. That will permit you to drill down to z-indexes.

On a related note: DNN 7 changes stuff around z-index. You may need to redo some work. I've made changes to the upcoming version to avoid things being hidden in any case. I'm waiting for the definitive version now.

Peter
You are not authorized to post a reply.