Order of z-index elements on bxslider

前端 未结 3 1773
走了就别回头了
走了就别回头了 2021-01-25 08:59

I need to order the contents of a bxslider with a no-child element. between the image and the text over the top.

e.g

3条回答
  •  执笔经年
    2021-01-25 09:15

    This is an old question but the issue does come up quite a bit it seems. The issue isn't z-indexing:

    You're most likely missing the image files

    bx-wrapper .bx-prev {
      left: 10px;
      background: url(images/controls.png) no-repeat 0 -32px;
    }
    

    A quick check

    .bx-wrapper .bx-controls-direction a {
      background-color: blue;
    }
    

    Once you do this you'll see that the controls are there.

提交回复
热议问题