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??? Link to comment https://forums.phpfreaks.com/topic/75058-javascript-zindex-change-code/ 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. Link to comment https://forums.phpfreaks.com/topic/75058-javascript-zindex-change-code/#findComment-379698 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.