Danny, Thomas, Thanks for the suggestions.
I actually came up with a workaround - though Thomas, I think I like the HeaderPanel idea, and may adapt it to my project instead. What I'm doing currently is: 1) Attach a DockLayoutPanel to the RootPanel 2) Attach a DockPanel to the CENTER of the DockLayoutPanel - DockPanel has the following style added - width: 100% 3) Attach a MenuBar to the NORTH part of the DockPanel 4) Attach a FlowPanel to the SOUTH part of the DockPanel - FlowPanel has the following styles added - position: absolute; bottom: 0; This seems to have done the trick for me. Now if only I could get the MenuBar to wrap if the browser window is too small... but that's something I asked about in a more recent post. -- 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.
