Berna Cirullo2AC9
New Member
I had made a applet and placed a iframe with allowtransparency over it. But i cannot click anywhere on the applet because the iframe is "blocking" it. But it shouldn't because of the allowtransprency??? What to do???\[code\] <div id="content"> <div class="humans"> <iframe allowTransparency="true" class="humans-frame" id="qcontent" src="http://stackoverflow.com/questions/12752222/inner.php" width="760" height="582" frameborder="0" hspace="0" vspace="0" marginheight="0" marginwidth="0" scrolling="no" style="background:transparent"></iframe> <div class="humans-box"> <applet allowtransparency="true" id="applet" code="main.AvatarClient.class" archive="AvatarClient_40.jar" name="Chat" width="760" height="582" scriptable="true" MAYSCRIPT="true"> <param name="cache_option" value="http://stackoverflow.com/questions/12752222/NO"> <param name="wmode" value="http://stackoverflow.com/questions/12752222/transparent"> <param name="localization" value="http://stackoverflow.com/questions/12752222/locDK/"></param> <param name='userName' value='http://stackoverflow.com/questions/12752222/lotta' /> <param name='password' value='http://stackoverflow.com/questions/12752222/test1234' /> </applet> </div> </div> </div>\[/code\]