Is it possible to add a transparent image (like stripe) over an element without javascript or adding an other element in html, a css foreground technique.
Something like an experiment border-image inside with a box-sizing:border-box; or something like :after ?
<div class="striped">lorem ipsum dolores</div>
Yes you can do it, for example using
:after– http://jsfiddle.net/U3rfH/Just change the background color to your background image: