Not only tabs are just rendered as plain text, in ie tabs are piled
one above other like in VerticalPanel (at least I had this problem in
msie 8). As container for tabs in TabLayoutPanel is FlowPanel, one
should explicitly add
something like

float: left;

to gwt-TabLayoutPanelTab style to avoid this issue.

On Dec 14, 2:24 am, jbdhl <jbirksd...@gmail.com> wrote:
> I have made aTabLayoutPanel, but it is rendered completely plain: no
> styles, what so ever. The tabs are just rendered as plain text. I have
> difficulties layouting the panel as there apparently is no css for "-
> selected" 
> tabs:http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/g...
> How should I use it then?
>
> I also wonder why the example ofTabLayoutPanel'shere:
>    http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html
> are well styled. Is this not an example of the default style?

--

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


Reply via email to