Click to See Complete Forum and Search --> : Image on top of i frame
optimistproof
09-21-2003, 01:25 PM
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?
Khalid Ali
09-21-2003, 09:41 PM
its a known issue,however, I think its been taken care of in generation 6+ browsers(NS6+ and IE6+).
make usre you are using latest browser as well as set the z-index property appropriately.
http://www.webreference.com/programming/javascript/form/
MotherNatrsSon
09-21-2003, 10:20 PM
Do you mean something like THIS (http://arctic.ithium.net/center.html)?
MNS
optimistproof
09-21-2003, 10:26 PM
Hooray! Thats was the problem! :) I just needed to change the z-indexs. Thanks a bunch!!!
Khalid Ali
09-22-2003, 05:23 AM
Glad to be of help..;)