Yeah, I wish IE7's zoom worked more like this bookmarklet:
javascript:document.body.style.zoom=window.prompt( 'Enter zoom','100%'); void
0;
Note how this script
javascript:alert(document.body.clientWidth + "x" +
document.body.clientHeight);
shows internal sizings being changed in both cases, but IE7's zoom control
doesn't appear to be reflowing the render.
This means that normal 100% width stuff will never fit in zoomed in windows
and zoomed out will never take advantage of the extra width.
-LZ
"Super Sonic" <> wrote in message
news:C3FCAEE0-60FD-43A1-85A5-...
> IE7 RC1 works greatly and stably. However, the alignment may be disordered
> when I zoom it in some web sites.
|