Invent

去掉表单上面1PX

您现在的位置: 摘星网络_临沂网站建设优化 > 网站建设 > 网络知识 >

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>IE中input上下1px边距解决方法</title>

</head>

<body>

<div style="border:1px solid red; overflow:hidden; zoom:1;"><input type="text" style="float:left;" /></div>

</body>

</html>