cross browser - how can i do to hide iframe in ie 6,7,8? setting attribute of style = "display:none" does not work! -
How can IFrame hide in 6,7,8? Determining the feature of style = "display: none" does not work!
Sorry, I already want to post the context.
Iframe is generated by dynamic javascript.such:
function addIframe (node) {var iframe = document.createElement ("div"); Iframe.src = ****; Iframe.style = "Display: None"; Node.appendChild (iframe); }
Works in Firefox and Chrome The hidden frame created by the upward function but fails.
target IE8 only
iframe {// display: none}
Comments
Post a Comment