Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for ASP
»
Re: CuteEditor looks bad in firefox
Re: CuteEditor looks bad in firefox
10-21-2011, 12:51 AM
semi
Joined on 09-16-2011
Posts 2
Re: CuteEditor looks bad in firefox
Reply
Quote
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