
February 25th, 2013, 03:54 PM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 4
Time spent in forums: 28 m 38 sec
Reputation Power: 0
|
|
|
Image over top of text
If I have a <div> container with some paragraphs within that DIV. Is it possible to use CSS to apply an image OVERTOP of the paragraph? Sounds like an odd thing to do...I know! Part of the image will be transparent.
<div class="container">
<p></p>
</div>
|