Hi,

  I want to show an image on top of an applet but i couldnt.  Can sombody
help
me here.  I tried everything : z-index, iframe etc.

  Heres my sample code

~~~~~~~~~~~~~~~~~~~~~``
<HTML>
  <HEAD>
    <TITLE>Test</TITLE>

    <style>
      img.x
      {
        position:absolute;
        left:0;
        top:0;
        z-index:1;
      }

      applet.x
      {
        position:absolute;
        left:0;
        top:0;
        z-index:-1;
      }
    </style>

  </HEAD>
  <BODY BGCOLOR="#ffffff">
    <FONT FACE="Arial">
      <h1> HI Applet </h1>
      <br>
      <br>
      <APPLET CODE="hi2.class" WIDTH=100 HEIGHT=40 class="x"></APPLET>
      <br>
      <br>
      <img class="x" src="bulbon.gif" width="100" height="180">
    </FONT>
  </BODY>
</HTML>
~~~~~~~~~~~~~~~~~~~~~~`

Regards,

Karthikeyan B

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to