html - Keep background-color while overlapping a picture -


how can overlap

	<p style="background-color:red; width:168px; padding:10px; margin-top:-168px;" class="kasten">

this p tag on picture , keep background-color:red?

because background gets transparent when overlaps picture...

thanks answers!

cheers, till

instead of margin-top, try using:

position: relative; top: -168px; 

see: https://codepen.io/anon/pen/prvwvo


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -