tags:

views:

68

answers:

2

Dear all,

By default GWT RichTextArea is transparent against the body background etc, this is true for Firefox, Chrome and Safari. But for Internet Explorer, it is not. Changing the css for like background-color etc doesn't seems to help, it is still giving me a white background within RichTextArea.

Need your assistance, thanks in advance :)

A: 

Check if the RichTextArea component uses iframe element - it's body should have style background-color set to "transparent". The iframe element itself should have allowtransparency attribute set to "true".

Sergey Ilinsky
A: 

i'm facing the same problem, my richtextarea backcolor still white on ie. it works correctly on FF and chrome. Any help, please

yahna