jssor - Slider with container for captions -


i'm having trouble responsive version of jssor slider.

i'm using full width slider.

my content , navbar in container of 1250px width margin: 0 auto;.

what want put captions in container.

then captions align navbar , content.

but slider scales container.

is there fix slider ignores container?

here demo code:

<div class="home-slider">   <div class="slides">     <div>       <img src="img.jpg" />        <div class="container">         <div u="caption" t="text" style="position: absolute; top: 60%; left: 70px;">          <p class="slider-caption-small">lees meer over:</p>        </div>       </div>     </div>   </div> </div> 

everything in slides container should scaled along slider.

if want element not scale slider, please move out , specify noscale="true" attribute.

<div class="home-slider">   <div class="slides">     ...   </div>     <div noscale="true" class="container">     <div u="caption" t="text" style="position: absolute; top: 60%; left: 70px;">      <p class="slider-caption-small">lees meer over:</p>    </div>   </div>  </div> 

Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -