Trying to get my slideshow to fall behind the divs below it. They should overlap the bottom of my slideshow. I gave the slideshow a z-index: -1 style but it is not working.
Remember, z-indexes are always relative to the parent object. If the two items you are trying to re-layer don’t share a parent, then this will never work no matter what value you enter. If you have an element that is a direct child of the PageDiv, then the only objects you can re-layer it to are the other direct children of the PageDiv. If the element you are trying to re-layer is inside say item24, then the only things you can re-layer it relative to are the other children of item24.
Walter
On Mar 19, 2017, at 3:26 PM, billy kimmel email@hidden wrote:
Trying to get my slideshow to fall behind the divs below it. They should overlap the bottom of my slideshow. I gave the slideshow a z-index: -1 style but it is not working.