I was able to set the RTF iframe "allowtransparency" attribute to true using the below DOM code, but stuck with how to set the iframe's body bgcolor to "transparent", we can do that then as per IE we should get transparency for that iframe. Any ideas?
DOM.setElementAttribute(rtf.getElement(), "allowtransparency", "true"); On Dec 10, 9:28 pm, Karthikeyan Radhakrishna <[email protected]> wrote: > John, > > Its an issue with all IE, I tried it in IE 7.0 and 8.0 too. Issue > seems like, GWT Richtextarea uses a Iframe, and an iframe can be made > transparent only when a attribute names allow trasnparency is set to > true at the iframe tag, and the BODY content of the iframe should be > made transparent. I dono how to all this in GWT as everything is > generated :( > > Regards, > > Karthik > > On Dec 10, 2:36 pm, John LaBanca <[email protected]> wrote: > > > > > > > > > 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 > > > [email protected]. > > > To unsubscribe from this group, send email > > > to>[email protected]<google-web-toolkit%2Buns > > > [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.
