日期:2014-05-17 浏览次数:20675 次
<!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" />
<style type="text/css">
*{margin:0px; padding:0px}
table{ border-collapse:collapse; border-spacing:0}
</style>
</head>
<body>
<table>
<tr>
<td>
<input type="text" style="width:100px; height:50px; background:red; border:2px solid black" />
</td>
</tr>
<tr>
<td>
<input type="text" style="width:100px; height:50px; background:yellow; border:2px solid black" />
</td>
</tr>
<tr>
<td>
<div style="background:#138eee; width:100px; height:50px; border:2px solid black"></div>
</td>
</tr>
</table>
</body>
</html>
<td><input type="text" style="width:100px; height:50px; background:red; border:2px solid black" /></td>
input{ margin: -1px 0; }