Hi,all,
When I try to use zoom in and zoom out of 'Page-Zoom' by pressing Ctrl+"+" and "Ctrl+ "-",elements of form and characters superposed each other. You can try to visite www.google.com and press ctrl+"+" after the page loaded. I have made a simple testing for that.
a.Use a table to locate, 'Zoom' will work well:<html>
<body>
<form>
<table border = 1>
<tr><td><INPUT type="checkbox">aaaaaaaaaaaaaaaaaa</td><td>aaaaaaaaaaaaaaaaaaaaaaaa</td></tr>
</table>
</form>
</body>
</html>
b.Don't use table tag to locate.
<html>
<body>
<form>
<INPUT type="checkbox">aaaaaaaaaaaaaaaaaa</td><td>aaaaaaaaaaaaaaaaaaaaaaaa
<INPUT type="checkbox">aaaaaaaaaaaaaaaaaa</td><td>aaaaaaaaaaaaaaaaaaaaaaaa
</form>
</body>
</html>
The issue will be showed as described above.
Thanks for your attention to it.
Regards.
Wesley.Wang

The issue of 'Zoom' of 'Page'
Steve1999
Thanks for the feedback.
Bug reports shoudl be made through the mechanism supplied on the support page at http://www.microsoft.com/windows/ie/support/default.mspx
Thanks
-Dave
ly4587
Thanks for your reply, I can not find the enter point through http://www.microsoft.com/windows/ie/support/default.mspx
But I have filed a bug by the Microsoft Bata client.
Regards,
-Wesley.