Re: CuteEditor looks bad in firefox

  •  10-21-2011, 12:51 AM

    Re: CuteEditor looks bad in firefox

    I have resolved this bug. Problem was with my css. 
    Drop down field 'Default font and size ' has table element. So I added follow CssClass a it work.
     
    .FixCuteEditorBug table
    {
    padding: 0px;
    white-space: normal;
    margin: 0 0 0 0px;
    }
     
View Complete Thread