Adding z-index
-
I’m trying to make my carousel parallax using css. Is this possible with this plugin? Please find my CSS below from my original HTML site.
‘.carousel {
height:50em;
overflow:hidden;
width:cover;
z-index:-100;}
.carousel-inner{
width:100%;
left:50%;
height:72em;
-webkit-transform: translate(-50%, -10%);
-ms-transform: translate(-50%, -10%);
transform: translate(-50%, -10%);
position:absolute;
z-index:-100;}’
https://www.ads-software.com/plugins/cpt-bootstrap-carousel/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adding z-index’ is closed to new replies.