Image on top of i frame

liunx

Guest
I'm trying to lay an image from my source page so that a part of it overlaps my i frame. I tried using --> allowTransparency="true" STYLE="background-color: transparent"<-- inside of my i frame tag, but that doesn't seem to work either. :( Anyone have any ideas?<!--content-->its a known issue,however, I think its been taken care of in generation 6+ browsers(NS6+ and IE6+).<br />
<br />
make usre you are using latest browser as well as set the z-index property appropriately.<br />
<br />
<!-- m --><a class="postlink" href="http://www.webreference.com/programming/javascript/form/">http://www.webreference.com/programming ... ript/form/</a><!-- m --><!--content-->Do you mean something like THIS (<!-- m --><a class="postlink" href="http://arctic.ithium.net/center.html">http://arctic.ithium.net/center.html</a><!-- m -->)?<br />
<br />
MNS<!--content-->Hooray! Thats was the problem! :) I just needed to change the z-indexs. Thanks a bunch!!!<!--content-->Glad to be of help..;)<!--content-->
 
Back
Top