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
Post a Comment