This is what I'm using for that spiffy "lake" effect. At present I have one static .gif overlayed on the rippling lake portion.
However, I was hoping to add two more static .gif's below it.
Is it possible to do that? Would I use "overlay2" or something similar?
I'm quite new to java stuff, just learning by doing mostly.
<center><table border=5 cellspacing=0 cellpadding=0>
<tr><td>
<applet code="Lake" width="760" height="730">
<param name="image" value="evans.jpg">
<param name="overlay" value="title.gif">
<param name="speed" value="20">
</applet></td></tr></table></center>
However, I was hoping to add two more static .gif's below it.
Is it possible to do that? Would I use "overlay2" or something similar?
I'm quite new to java stuff, just learning by doing mostly.
<center><table border=5 cellspacing=0 cellpadding=0>
<tr><td>
<applet code="Lake" width="760" height="730">
<param name="image" value="evans.jpg">
<param name="overlay" value="title.gif">
<param name="speed" value="20">
</applet></td></tr></table></center>
Comment