hello all
i try to downscale a popup (at a certain point, long after it has been opened) using either the resizeTo() or the resizeBy() - command. In MSIE5x on MacOSX the shrinking results in other sizes then calculated (the downscale stops at some point, leaving the popup as a rectangle of about 300px wide, and 150px height (don't know exactly)). It seems to work properly in other browsers.
code looks like this:
function shrink() {
resizeTo(100,100);
}
...
<body onClick="shrink()">
Anyone any idea? Would be great. Thanks in advance
i try to downscale a popup (at a certain point, long after it has been opened) using either the resizeTo() or the resizeBy() - command. In MSIE5x on MacOSX the shrinking results in other sizes then calculated (the downscale stops at some point, leaving the popup as a rectangle of about 300px wide, and 150px height (don't know exactly)). It seems to work properly in other browsers.
code looks like this:
function shrink() {
resizeTo(100,100);
}
...
<body onClick="shrink()">
Anyone any idea? Would be great. Thanks in advance