Z-Indexing Expand Element
-
Hi all,
I’m trying to stack the expand plugin over the <div> in my site. The page currently uses a semi-transparent png file placed at the bottom of the div at z-index=1 to fade out the text underneath it. I want to layer the whole expand element on top of this background fade so that the title and triggertext is viewed at 100% opacity.
you can see the individual page here:
https://www.tsonphotography.com/WordPress/?page_id=290this is my custom css governing the gradient and my attempts at writing classes to keep the expansion on the top. it hasnt worked…
/*BIO PAGE STYLING*/ #page_wrap { width: 600px; z-index: 1; margin: 10px auto; } #bottom_fade { width: 100vw; height: 200px; z-index: 1; position: absolute; bottom: 0px; background: url("https://www.tsonphotography.com/WordPress/wp-content/uploads/2015/07/Text-Fade.png"); pointer-events: none; } .topleveldiv { z-index= 99; } h4 { z-index= 99;
I’m a fairly new to css and html (read: green) so sorry if this is an elementary question but ive tried all I can think of after reading the documentation!
https://www.ads-software.com/plugins/jquery-collapse-o-matic/
- The topic ‘Z-Indexing Expand Element’ is closed to new replies.