This is a migrated thread and some comments may be shown as answers.

[Solved] Problem with CSS

1 Answer 80 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Bassam AbdElaziz
Top achievements
Rank 1
Bassam AbdElaziz asked on 30 Dec 2009, 01:49 PM
Hi there
i'm trying to apply CSS to my contents of the RadEditor , i'm sitting the Width property like this :
.A200 {    width: 200pt;   }
it works fine with IE * but it doesn't work in Google Chrome.
i tried to add the "!important" but in vain.
any suggestions anyone?
thanks

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 01 Jan 2010, 01:27 PM
Hello Bassam,

This is a browser behavior not controlled by RadEditor, which could be reproduced in our competitors' editors as well as in a standard editable IFRAME / DIV element.

The .A200 class is applied properly to the content area and you can verify this by setting a color: red property and load the page in Chrome, Safari and Firefox. But the height is applied only in IE because this browser offrers the hasLayout property. The other browsers do not support this feature and the width property is not applied.

For your convenience I have attached an HTML page with an editable IFRAME in it for test.


Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
Bassam AbdElaziz
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or