images hover above the nav
General Discussion
7
Posts
2
Posters
608
Views
2
Watching
-
Hello! Is there a way to let images hover above the nav?
Thanks in advance -
you mean use the imagehover addon on the navigation? no :(
-
No, it would be the images that appear on top of the navigation, i've tried with z-index but it didn't work
-
ah you mean when you scroll, you want your images to overlap the navigation
-
you would need to use this css
/* this puts the columns in the same stacking context as the nav */ .lay-content{ position: static!important; } .row{ position: static!important; } .col{ position: static!important; } /* this will put the image elements on top of the navigation */ .col.type-img{ z-index: 99!important; }add this in:
lay options -> custom css & html -> custom css for desktopthe reason why your zindex didnt work is stacking contexts:
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_positioned_layout/Stacking_context -
please be aware this css will make row background images get placed incorrectly and may lead to other layout issues, but maybe it works out for your case
-
thanks Armin 🙏
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version?
Go to www.laykeymanager.com