I can't seem to hide elements in the editingArea in IE? Display:none and visibility:hidden are both not working. Is there a way or workaround?
(it's for showing live mouseover controls in the editingArea with a plugin I'm creating)
(it's for showing live mouseover controls in the editingArea with a plugin I'm creating)

Re: how can I hide elements in the editingArea in IE?
FCK.EditorDocument.execCommand('RespectVisibilityInDesign', true, null);makes display:none and visibility:hidden to work.Another well hidden IE thing...
Only thing is that I have lots of flickering now when I move my mouse.
Re: how can I hide elements in the editingArea in IE?