i have a dynamic layer and an iframe in my web page.
when i display the layer ( document.getElementById("MYDIV"
.style.display = "block"; the layer appear on the page but, in Netscape 6.2, the layer don't recover the Iframe like in IE.
For the moment i mask my iframe when i display my layer (visibility = "hidden"
and i show it when i mask my layer
when i display the layer ( document.getElementById("MYDIV"
For the moment i mask my iframe when i display my layer (visibility = "hidden"