Inside absolutely positioned DIV
Q:
I have placed HTML Editor control inside absolutely positioned <DIV> tag. When any popup is opened ("Table properties", "Image properties" etc.), it is slightly cut off:

A:
In this case set the HTML Editor's property InsideOboutWindow="true" .
|