Forum Moderators: coopster
Anyway, it's simple with IM (most things are simpler with IM than with GD in my limited experience with image manipulation).
[simplesystems.org...]
[cit.gu.edu.au...]
<html>
<head>
<style>
img.top {
left: 50px;
position: absolute;
top: 120px;
z-index: 2;
}
img.bottom {
left: 80px;
position: absolute;
top: 50px;
z-index: 1;
}
</style>
</head>
<body><img src="http://images.google.com/images?q=tbn:HAZuzmkFySwJ:mechadiva.net/grfx/bjork.jpg" class="top">
<img src="http://images.google.com/images?q=tbn:HAZuzmkFySwJ:mechadiva.net/grfx/bjork.jpg" class="bottom"></body>
</html>