The correct css attribute name is "background-color" instead of "background".
The VerticalPanel is translated into a html table, so you can't see it directly in firebug. hth Chris On Feb 25, 2:08 pm, Vik <[email protected]> wrote: > Hello > > I have a vertical panel dropped in a popupPanle component and using > following css > > .gwt-PopupPanel { > background: #005200; > border: 0.2em solid white; > padding: 0.5em; > > } > > .gwt-VerticalPanel { > background: #005200; > spacing: 0.5em; > > } > > .gwt-Label {color: white;} > > When i run my app I see it coming fine on chrome. But on firefox 3.6 it > does not apply the background for popup panel it seems. > Looking into firebug shows me that there is no VerticalPanel in the > generated html. Please advise > > Thankx and Regards > > Vik > Founderwww.sakshum.comwww.sakshum.blogspot.com -- 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.
