The image is inside a <div> with a fixed width, and I want to make it so that the text always stays inside the image, a certain number of pixels from the right, no matter how the window is resized.
As of now, I can only make the text appear under the image.
<div id="contain"> <!-- width specified in style sheet -->
<div id="header">
<a href="index.php"><img src="header.png" border="0"></a>
<p style="????">Text that I want to position over the image</p>
</div>
</div>
Tags: