The issue of 'Zoom' of 'Page'
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 visitewww.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

