For a thourough example of TabPanel styling (including IE6 specific hacks), take a look at the Showcase examples: http://gwt.google.com/samples/Showcase/Showcase.html#CwTabPanel
Hope that helps, Salvador On May 9, 10:47 pm, mrfreeze81 <[email protected]> wrote: > GWT has its own CSS for the widgets, you will have to change that > inorder to affect the widgets (in your case the tabpanel). Add this to > your CSS file, > eg:- > .gwt-TabPanel { > color: #33333; > > } > > .gwt-TabPanelBottom { > > } > > etc. > > CSS Style Rules > > * .gwt-TabPanel { the tab panel itself } > * .gwt-TabPanelBottom { the bottom section of the tab panel (the > deck containing the widget) } > > You can find this information in the GWT API > > Thanks > Harry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
