I’m having what I believe to be a simple problem but I’m not sure how to fix it.
Basically, while hovering over links on the menu, the drop-down menus “go behind” the other elements on my page. I’ve tried implementing float css but it doesn’t seem to work.
If you visit my site just for a second and hover on the navigation menu you’ll see what I mean.
How do you fix something like this?
Will appreciate any help.
Thanks.
I’m having what I believe to be a simple problem but I’m not sure
Share
In your css, set your
z-indexto a really big number like9005, so it’s above everything else on the page.Like:
z-index: 9005;