Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Moving a zoomed images leaves trail marks
Moving a zoomed images leaves trail marks
04-25-2006, 6:45 AM
Thestrup
Joined on 04-24-2006
Posts 3
Moving a zoomed images leaves trail marks
Reply
Quote
Hi
I have configured my CE as follows:
<CE:Editor id="Editor1" EditorWysiwygModeCss="../example.css" runat="server" height="700" AutoConfigure = "Minimal" ShowBottomBar="false" Text="" EditorOnPaste="Disabled"> </CE:Editor>
Minimal configuration is changed to contain only the zoom dropdown.
If I insert an image by doing the following:
document.getElementById('<%=Editor1.ClientID%>').setHTML("<IMG alt='' src='../ht-logo.jpg' style='position:absolute;'>");
and then set the zoom level to 50% I get trail marks when I move the picture around. The trail marks doesn't go away after I have positioned the image.
Does anyone know how to get rid of this problem?
Best Regards
Thestrup
View Complete Thread