I have list with images and text. And I want to see text over image.
Snippet Copy this
li{ float:right; position:relative; } .textoverlay { position: absolute; z-index: 22; left:150px; top:50px; }
Text Lorem ipsum dolor sit amet, co
Lorem ipsum dolor sit amet, co
for change the textoverlay position change the value of top and left att in css Hope this helps THANKS!