Jump to content

Text overlapping photo


kurt.santo

Recommended Posts

Maybe you want to use the photo as a background image:div.class {background-image: url(image URL);background-position: 200px 50px;background-repeat: no-repeat;}****************<div class="class">Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text</div>Another thing you can do is this:<div style="position: relative"><img src="image URL" alt="Alternate text" style="position: absolute; top: 200px; left: 50px; z-index: -1;" />Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text </div>

Link to comment
Share on other sites

Maybe you want to use the photo as a background image:div.class {background-image: url(image URL);background-position: 200px 50px;background-repeat: no-repeat;}****************<div class="class">Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text</div>Another thing you can do is this:<div style="position: relative"><img src="image URL" alt="Alternate text" style="position: absolute; top: 200px; left: 50px; z-index: -1;" />Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text </div>
Image in background does the job. Cheers,Kurt
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...