Older versions of IE don't support the transparent background. You might be able to use background-color: none, but I don't know how it will behave in IE.
Thanks, John LaBanca [email protected] On Fri, Dec 10, 2010 at 3:32 PM, Karthikeyan Radhakrishna < [email protected]> wrote: > Hi All, > > We are unable to attain transparent background in RichTextArea in IE, > it works fine in Firefox and Chrome. Any idea or suggestion. Below > is the CSS we used. > > > .gwt-RichTextArea { > border-color: blue; > border: 1px solid; > padding: 0px; > margin: 0px; > background-color: transparent; > } > > > > Regards, > > Karthik > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
