100%宽高的表格

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>无标题文档</title>
<style type="text/css">
* {
margin:0;
padding:0
}
html,body {
height:100%;
max-height:100%;
overflow:hidden;
}
#content {
overflow:auto;
position:absolute;
z-index:3;
top:0;
width:100%;
bottom:0;
height:100%;
background:#666;
}
*html #content {
top:0;
height:100%;
max-height:100%;
width:100%;
overflow:auto;
position:absolute;
z-index:3;
}
</style>
</head>

<body>
<table width="100%" border="1" cellspacing="0" cellpadding="0" id="content">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>

</body>
</html>

posted @ 2012-04-09 10:25  第7笔画  阅读(146)  评论(0编辑  收藏  举报