pleek Posted October 28, 2007 Share Posted October 28, 2007 ok ive looked all over the internet on how to change the zIndex of a iframe from a different iframe I have it so that a iframe is blocking part of another iframe and i want it so that when ok is pressed the iframe behind it is brought to the front. can anybody help me here??? Quote Link to comment Share on other sites More sharing options...
rochakchauhan Posted October 28, 2007 Share Posted October 28, 2007 I am not sure if you can do that for an iframe. Having said that, you can try this workaround. instead of manipulating the iframe, change the properties of its container. EG: Put the iframe is a div and then set "display" of that div to "none" this will hide it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.