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

[1218 byte] By [Wesley.Wang] at [2008-2-19]
# 1

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

DaveMassy at 2007-8-31 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Web Development...
# 2

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.

Wesley.Wang at 2007-8-31 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Web Development...