supercalifragilisticexpialidocious

Ok, that was lame, but I needed a big word. As you can see, I pasted the picture of Julie Andrews right over the top of the text on the page. Why would you ever want to do this? Good question.

Dime

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>