I asked before what exactly you are trying to get the space of because
getting the available height of the browser window is easy, but if you want
to get the height of an individual element of your HTML, then you will need
to supply some code.
If it's the former, then try something like
html, body
{
margin : 0;
height : 100%;
}
in your css.
Ian
http://examples.roughian.com
2009/9/3 jah <[email protected]>
> Well I've spent the day experimenting with trying to get the available
> height and I'm giving it up as a bad job!
> I'll modify the app ( http://code.google.com/p/picavue/ ) and not bother
> about paginating the gallery of thumbnails. I can get the width OK so I
> can set Grid columns to fit the available space, but trying to show an
> optimum number of rows is just too damn hard - I'll just show all the
> thumbs. Ah well.
>
> jah
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---