Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1381 How can I position a layer relative to an image?

You are here: irt.org | FAQ | DHTML | Q1381 [ previous next ]

Try:

<html>

<body>

<br>
<br>
<br>
<br> create some space
<br>
<br>
<br>
<br>

<img src="image.gif">

<div style="position:relative; left:100; top:50;">
This text is relative to the image
</div>

</body>

</html>

©2018 Martin Webb