Hint: name your elements and declare them positioned!

in HEAD:
<STYLE TYPE="text/css"><!--
#fish { position:absolute }
--></STYLE>

in BODY:
<DIV ID="fish">
<IMG SRC=fish.gif>
</DIV>

Speaker Notes