S
SPG
Hi,
Please diregard my previous post...
I have found out that doing a window.resizeTo(w,h) does not resize the
client area tot his size, but the entire window (including tool bars etc).
So, with an address bar, a tool bar and a status bar etc showing, the
window.document.body.offsetHeight value will be ~200 points smaller than the
required size.
We have a simple set of data in a table, but it can resize based on a font
size.
On change of font from a combo we call a resize function.
How can I ensure that the body.offsetHeight and widths are enough to show
all of my table, without hard coding for toolbars etc (Because they may not
be there on some browsers.)
Is there a way like in java to *pack* the client area to best fit?
Steve
Please diregard my previous post...
I have found out that doing a window.resizeTo(w,h) does not resize the
client area tot his size, but the entire window (including tool bars etc).
So, with an address bar, a tool bar and a status bar etc showing, the
window.document.body.offsetHeight value will be ~200 points smaller than the
required size.
We have a simple set of data in a table, but it can resize based on a font
size.
On change of font from a combo we call a resize function.
How can I ensure that the body.offsetHeight and widths are enough to show
all of my table, without hard coding for toolbars etc (Because they may not
be there on some browsers.)
Is there a way like in java to *pack* the client area to best fit?
Steve