Text over images in slider [not_the_usual]
Posty: 1 Strona 1 z 1
Text over images in slider [not_the_usual]
Hello guys,I am trying to add text over a few images in a slider. The slider link is this http://codepen.io/glaubersampaio/pen/Qwzjvy
This is the slider code:
- Kod: Zaznacz cały
<div id="slider">
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/73159/image1.jpg" alt="This is just" data-url="#1">
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/73159/image2.jpg" alt="a demo of" data-url="#2">
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/73159/image3.jpg" alt="a full slider" data-url="#3">
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/73159/image4.jpg" alt="and it's really beautiful" data-url="#4">
</div>
I tried with creating a div for every image and another div for every text group, but the slider won't work with any div.
If someone could guide me, I would really appreciate it.
Thanks
Strona 1 z 1