0
Good afternoon, you guys,
I’m doing a Dropdown menu on a website, I’m having the following difficulty, when I hover over the item, the subitens are below a plugin that uses banner.
Ex: If I put to hide the banner div (display:None), Subitem appears and is above the text correctly, but if I go back to Banner Div, the subitem is below the Benner image.
In subitens I’m using position Absolute, in the rotatory banner there are several images with position Absolute also.
There is how to define who should be in front?
In the
div
of your dropdown puts in your cssz-index:9999;
– Diego Vieira