Greetings.
I've finally managed to solve this problem.
I placed the transparent.gif below the spider.gif, and then moving the transparent.gif up. However, there is a problem with spacing.
The subsequent text below transparent.gif does not appear right after spider.gif after I move the transparent.gif up.
Any idea as to how I can modify that?
<div align="center">
<img src="images/spider.gif"
onMouseover="window.status='Spider-man!'; return true"
onMouseout="window.status=''; return true">
</div>
<div align="center">
<img src="images/transparent.gif" width="156" height="87" style="position: relative; left:0px; top:-90px; z-index:0">
</div>
I'm not sure why can't I make it work for the relative positioning using the left attribute.
Thanks for your help!
"Study the past if you would define the future" - Confucius