| This is also a fun trick. Useful? Probably not, but fun.
Here's the codes I used to make this page:
-
<style type="text/css">
img.x {position:absolute; left:50px; top:5px; z-index:1}
img.y {position:absolute; left:50px; top:100px; z-index:1}
p.z {position:absolute; left:60px; top:100px; z-index:-1}
</style>
Then...
- <img src="poppins.gif" class="x">
<img class="y" src="Dime.gif">
<p class="z">Dime</p>
|