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

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -