Hi,
I'm using
document.getElementById("EditorDiv").style.visibility = "hidden";
editor1.visibility='hidden';
document.getElementById("insertLinkBox").style.visibility = "visible";
and vice verca to display something on a call to my custom button. When I do this with images in the html within the editor, although I've changed the visibility of the editor, any images are still displayed on top of the "insertLinkBox" div that I ave displayed.
I've also tried changing the zindex of the "insertLinkBox" div, but with no luck.
I'm hoping it's not a bug and that you can point me in the right direction for a solution.
Otherwise product seems great so far, good work.
TIA.
Rich