I just tried that and it appears to have no effect.  I added .gwt- 
TabPanelBottom { height: 100%} and the border for the tab panel now  
starts at the bottom of the screen as it should, but the content is  
still not shown until I select the existing (or another) tab.

Now that I look further into it, I seem to have commented out the code  
which selects a newly added tab, none of the tabs were initially  
selected.  Now that I add a selectTab(0) line after adding my tabs, it  
displays as it should.

Thanks all for the help!

Carl



On Apr 9, 2009, at 2:11 PM, Vitali Lovich wrote:

> have you tried setting the height of your body element?
>
> body {
>   height : 100%
> }
>
> in your CSS file.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to