content text block over last image in slideshow

zgragges / 2019-03-10 18:32:40   
  1. Hi everyone
  2. I tried since days to set a text over the last image in a slideshow. I mean using a content block over the last image, but no text over the first ones…
  3. The text in the code below is shown on e v e r y image, and the text is b e h i n d the images instead of only on the l a s t image and i n  f r o n t of the image.
  4. Could anyone help me? I’m really lost. Thank you very much.
  5. HTML:
  6. <div id="p3" class="pic" img src="IMG_Text.jpg">
  7. <div class="text-block">
  8. <br/>
  9. In Zusammenarbeit mit:<br/>
  10. Architekturbüro:
  11. Zürich<br/>
  12. Landschaftsarchitektur:
  13. <br/>
  14. </div>

CSS:
#p3 { }
.text-block { margin: 0px 0 0 400px; color: red; letter-spacing: 2px; text-align: left;}
.pic { display: block; position: absolute; }

This thread has been closed, thank you.