Como solucionar este problema con TinyMce Editor:

 

tinymceeditor

tinymceeditor

En Firefox los textareas se corrian tal cual como se ve en la imagen, lo mismo sucedi con IE8.

Solución (en mi caso):

queria todos los elementos con un float:left;

asi que solo se tiene que agregar a tu css la clase que trae TinyMce y pasarle tus parametros:

span.mceEditor{
    display:block;
    float:left;
    clear:left;
}

y problema arreglado:
tinymceeditor2

VN:F [1.9.3_1094]
Rating: 6.7/10 (3 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)
TinyMce Editor rompe mi estructura CSS - how fix, 6.7 out of 10 based on 3 ratings