masterlodi
MIS
I'm hiding layers with
document.getElementById( id ).style.visibility="hidden";
but when I show them again using
document.getElementById( id ).style.visibility="visible";
the background image for that layer has disappeared! The content remains apart from the background-image?
This seems only to happen in IE as well?
document.getElementById( id ).style.visibility="hidden";
but when I show them again using
document.getElementById( id ).style.visibility="visible";
the background image for that layer has disappeared! The content remains apart from the background-image?
This seems only to happen in IE as well?