In fact, your declaration setStyleName("tabP") doesn't match with the css
declaration tabP .gwt-TabPanelBottomI advise to install Firebug on Firefox and inspect the border element in order to know which style is applied. Regards, Damien 2009/2/10 judi <[email protected]> > > nobody has an idea? > > On 9 Feb., 21:05, judi <[email protected]> wrote: > > hi, > > > > it doesn't work,too. > > maybe in the code is something wrong: > > > > FlowPanel contentflow=new FlowPanel(); > > tabpanel=new TabPanel(); > > tabpanel.setSize("630", "400"); > > > > contentflow=new FlowPanel(); > > contentflow.add(lcontent1); > > tabpanel.add(contentflow,"EG"); > > > > contentflow=new FlowPanel(); > > contentflow.add(lcontent2); > > tabpanel.add(contentflow,"I"); > > > > tabpanel.setStyleName("tabP"); > > ---------------------- > > tabP .gwt-TabPanelBottom{ > > border: none !important; > > } > > > > thanks! > > > > On 9 Feb., 17:13, Damien Picard <[email protected]> wrote: > > > > > Hi, > > > > > Try to add a style named ".gwt-TabPanelBottom" : > > > > > .gwt-TabPanelBottom{ > > > border: none; > > > > > } > > > > > because the border isn't defined in the .gwt-TabPanel style. > > > > > Regards, > > > Damien > > > > > 2009/2/9 judi <[email protected]> > > > > > > hi, > > > > i have created a tab panel and have everything tried to style the tab > > > > panel. the style of the bar items are successfully changed :) but > this > > > > blue border around the tab panel doesn´t disappear :( > > > > > > Maybe something like this: > > > > tabP.gwt-TabPanel{ > > > > border: none !important; > > > > } > > > > > > but doesn't work.. > > > > > > thanks, > > > > judi > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
