Re: Can't be able to modify height and width of of cute editor in Mozilla...

  •  07-25-2007, 12:50 AM

    Re: Can't be able to modify height and width of of cute editor in Mozilla...

    hi
     
    we are doing the same thing, we have set height and width by this way :
     
    var editor1 = document.getElementById('<%=Editor1.ClientID%>');
     
       editor1.style.width = 100px;
       editor1.style.height = 100px;
     
    now above works good in IE  but not in Mozilla....
     
    Please reply...and help us..
     
    thanks in advanced..
     
     
     
View Complete Thread