I need to crate a page that: Have a heading with some text.


I need to crate a page that:

Have a heading with some text.

then the grid

and at the bottom of the page some more text and other controls.

But as u know users have different sizes of the browser window so for my
application too work fine

I always want to let the controll always be at the bottom without the
scrollbars on the right side.



U have this to get the size of the current document:

document.documentElement.clientWidth

document.documentElement.clientHeight


So I want to resize the
grid like this:

gridhight = document.documentElement.clientHeight - topsize - bottomsize;<o:p></o:p>


different doctypes and
browsers can react different ways on this but 
you can try pleying with the following structure:


 



               




               


               




                              Top
               


                               <div id=�yourgrid� � />
               

                               bottom
               

<o:p></o:p>