Moving a zoomed images leaves trail marks

  •  04-25-2006, 6:45 AM

    Moving a zoomed images leaves trail marks

    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