css - How to make GWT RichTextArea transparent under Internet Explorer? -


by default gwt richtextarea transparent against body background etc, true firefox, chrome , safari. internet explorer, not. changing css background-color etc doesn't seems help, still giving me white background within richtextarea.

need assistance, in advance :)

check if richtextarea component uses iframe element - it's body should have style background-color set "transparent". iframe element should have allowtransparency attribute set "true".


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -