G
G
grishaaa2015-06-12 15:13:41
css
grishaaa, 2015-06-12 15:13:41

The slider works but it is not visible, what's the problem?

Here is the site v5.master-css.com/Grisha969/24/index.html# , there is a slider on a red background, it works but it is not visible

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
rhost, 2015-06-12
@grishaaa

.fade {
   opacity: 0; 
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

remove this class and the slider is visible)
<div class="bl-slider">
   <div class="fade slick-initialized slick-slider">
          .....
   </div>
</div>

D
Dmitry Shinkar, 2015-06-12
@DeadCowsDontMoo

either the z-index is bad, or figure out why your divs in the slider have most of the styles crossed out (f12 and digging...)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question