Just in case anybody wants to know, Java applets are king and will not be overruled. z-index does not work and iframes will not place an image over a Java applet. Its best to make the Java applet work for you, maybe get it to spit out some data and have some javascript listen out for it.
On Nov 12, 4:22 am, caturn88 <[EMAIL PROTECTED]> wrote: > I am having trouble getting FF and IE to accept onclick events when > wrapping my java applet in an a href, so I decided to overlay a > transparent gif and have that click able, I am using iframes as the z- > index method did not work, but I cannot get the gif to layer on top, > it always goes beneath the java applet: > > [code]<p style="text-indent:0; position:relative;"> > <spanstyle="display: block; width: 402px; margin:0 auto;"> > > <div id="content"> > <div id="half_Ocillation_Recursion_v3_container"> > > <!--[if !IE]> --> > <object > classid="java:half_Ocillation_Recursion_v3.class" > type="application/x-java-applet" > archive="half_Ocillation_Recursion_v3.jar" > width="100" height="100" > standby="Loading Processing software..." > > > <param name="archive" > value="half_Ocillation_Recursion_v3.jar" /> > > <param name="mayscript" value="true" > /> > <param name="scriptable" value="true" > /> > > <param name="image" > value="loading.gif" /> > <param name="boxmessage" > value="Loading Processing software..." / > > <param name="boxbgcolor" > value="#FFFFFF" /> > > <param name="test_string" > value="outer" /> > <!--<![endif]--> > > <object > classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" > > codebase="http://java.sun.com/update/1.5.0/jinstall-1_5_0_15- > windows-i586.cab" > width="100" height="100" > standby="Loading Processing > software..." > > > <param name="code" > value="half_Ocillation_Recursion_v3" /> > <param name="archive" > value="half_Ocillation_Recursion_v3.jar" /> > > <param name="mayscript" value="true" > /> > <param name="scriptable" value="true" > /> > > <param name="image" > value="loading.gif" /> > <param name="boxmessage" > value="Loading Processing software..." / > > <param name="boxbgcolor" > value="#FFFFFF" /> > > <param name="test_string" > value="inner" /> > > <p> > <strong> > This browser does not > have a Java Plug-in. > <br/> > <a > href="http://java.sun.com/products/plugin/downloads/ > index.html" title="Download Java Plug-in"> > Get the > latest Java Plug-in here. > </a> > </strong> > </p> > > </object> > > <!--[if !IE]> --> > </object> > <!--<![endif]--> > > </div> > </div></p> > > <p style="display:block; position:absolute; top:0px; padding:0;"> > > <a href="http://www.google.com"><img src="t1.gif" border="0"/></a></ > p> > > </span>[/code] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
