Friday, July 30, 2010

Re: Rounded tab styles in TabLayoutPanelTab

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 <mjones...@gmail.com> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment