注册 登录
编程论坛 WEB前端(UI)

网页扩大后,网页乱了,怎么回事?

gu_tong2008 发布于 2010-11-05 16:32, 767 次点击
有没有人帮我解决这样的一个问题,代码如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title></title>

</head>

<body>
<form id="form1" name="form1" method="post" action="">
   01-<input name="aa" type="checkbox" /> 02-<input name="bb" type="checkbox" />
</form>

</body>
</html>

网页中带表单,浏览的时候,点击电脑右下角的显示百分比,网页显示由100%扩大到150%,文字“01”,“02”和复选框“aa”,“bb”之间的距离变了,怎么回事?怎样解决这个问题?
1 回复
#2
创海一号2010-11-10 11:35
我测试过,我的没事!
可能浏览器问题!换一个新浏览器,或者更新浏览器试试看!
1