July 3, 201115 yr Hi, I am using a javascript slide-show script that uses z-index to change which slide appears. When you click the forward button, the z-index of the following slide is increased by 1 and so on. I want to place my back and forward buttons over the slides themselves but I can't because after a while the z-index of the current slide becomes greater than the z-index of the buttons and so the slide overlaps the buttons. Is there a way of making z-index act only within a certain div or making the z-index of the buttons always be one more than anything else? Any help would be greatly appreciated. Many thanks
Create an account or sign in to comment