Hi Florian,

- which browser are you using?
- are you using standards mode or quirks mode (see the first line of
your html page)?
- are you using RootPanel or RootLayoutPanel?

Chris

On Feb 25, 9:51 am, eolith421 <[email protected]> wrote:
> Hi!
> I am writing a webapplication for the university with GWT. I have the
> following base Layout:
> - a header on the top of the application (NORTH)
> - in the center of the application ist the main application (CENTER)
> - in the bottom I have a menu bar (SOUTH).
>
> All parts are widgets and I decided to use the DockPanel Layout. The
> width of the DocPanel is 100% which works perfectly. But I also want
> that the height of the application fills the whole browser window,
> therefore I set the height as well to 100%, but however the menu bar
> is never in the SOUTH (Bottom) End of the browser, there is always a
> big space between the navigation bar and the bottom of the browser
> window.
>
> I already tried to get the may height of the browser window by using
> the getOffsetHeight() of the browser and then I substract the height
> of the Header and the navigation bar to set the height of the widget
> located in the center of the application. But however it doesn not
> work. How can I do that, the header on the top of the window and the
> nav bar on the bottom of the window?
>
> Thank you for your help!
> Florian

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