There is no pure CSS solution short of using CSS3 border-radius. For efficiency I have stuck with this approach for now, but the most compatible way is to make your own decoratedPanel that allows you to only have rounded corners on top and use the widget in the tab.
On Jul 30, 8:08 am, Michael Jones <[email protected]> wrote: > Hello, > > I am trying to make the corners rounded in a gwt-TabLayoutPanelTab. I > have attempted a few things including setting: > > background-image: url("/website/images/bg_tab_first.png"); > > but it doesn't seem to have an effect. > > Any suggestions would be greatly appreciated. > > Thanks in advance, -- 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.
