Hello,
I have a editable area (outer div) with text and image wrapped in div (inner div) element. Inner div is set to contenteditable=false and the outer div is set to true. In inline editing mode a thick border is showing around inner div which is set to false. This porblem is coming only in IE(8,9,10) not in chrome and Firefox.
Anyone knows how to fix it.
Thanx in advance.
That's the border that IE
That's the border that IE adds on elements that "hasLayout", if you set some properties (like in your case contentEditable=false, usually the people notice it due to setting a size on a div) then IE adds that frame border and I don't remember that anyone has found a good way to get rid of.
Re: That's the border that IE
Thank you alphonsoml