|
Q1381 How can I position a layer relative to an image?
irt.org | Knowledge Base | DHTML | Q1381 [ previous next ]
Q1381 How can I position a layer relative to an image?
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>
|
|
|
Copyright © 1996-2008 irt.org, All Rights Reserved.