Click to See Complete Forum and Search --> : Need script to run text across front of image


xerxes
01-05-2003, 02:07 PM
Please: does anyone have the script which runs text across the front of an image in order to hamper screen capture? Thanks!!:cool:

Zach Elfers
01-05-2003, 02:20 PM
<center>
<img src="img.ext" style="z-index:1;" width="100" height="60">
<span style="z-index:2;position:relative;top:-30px;left:0px;">Text</span>
</center>

It is not really a script, but it works.

Vladdy
01-05-2003, 02:27 PM
make image the background of a block element....

xerxes
01-05-2003, 04:34 PM
Thank you, Zach and Vladdy. I understand better how to use Zach's response. I am not yet sophisticated enough to understand what Vladdy is suggesting. Thank you both!! I really appreciate the help!:cool: