Web Analytics Made Easy -
StatCounter Multiple Parameters? - CodingForum

Announcement

Collapse
No announcement yet.

Multiple Parameters?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Multiple Parameters?

    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>

  • #2
    try this it might work.

    <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>

    <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>


    just in the second one just put the image that you wanted.
    CYWebmaster.com - See why we dot com!!
    ACJavascripts.com - Cut & Paste Javascripts!
    SimplyProgram.com - Personal Blog

    Comment

    Working...
    X