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..