Jump to content

Hovering a mega menu does not show on top of the wepage image.


PeterT

Recommended Posts

Hi,

I have this mega menu that can be hovered over the parent items.
When hover over a parent item on top of the screen the view with sub-items is shown.
Unfortunately this screen is not shown on top of the wepage that contains an image with a textblock.
I get the feeling that it is behind the the image on the page instead off on top.

Does anybody have any idea what is causing this issue?
The code I use you can find in the attached html file.  

menu-test-w3.html

Link to comment
Share on other sites

Usually positioning and z-index layer level problem.

If you have nav sibling container and a content sibling container i.e nav above content container. The nav (with child menus) with position: relative/sticky etc with a higher z-index than below content sibling container of position: relative; (this is usually all that is required without the need for z-index being set). The nav and its child menu should show above the content sibling AND children elements within it.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...