《test.html》:
/*************************************************************
<!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=gb2312" />
<title>无标题文档</title>
<link href="css_table/css1.css" rel="stylesheet" type="text/css">
</head>
<body>
<div>
<table >
<thead>
<tr>
<th>Header
1</th>
<th>Header
2</th>
<th>Header
3</th>
</tr></thead>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</div>
</body>
</html>
*************************************************************/
《css1.css》
*************************************************************
div {
width:500px;
height:100px;
overflow-y:scroll; /*纵向滚动条始终显示 */
overflow-x:none;
}
table {
width:484px; /*表格宽度=div宽度(500px)-滚动条宽度(16px) */
}
thead tr {
POSITION: relative; TOP:0px; /*绝对定位 */
background:#cccccc;
}
tr {
background:#222222;
}
*************************************************************
下载App
关注公众号
Copyright©2023 w3cschool编程狮|闽ICP备15016281号-3|闽公网安备35020302033924号
违法和不良信息举报电话:173-0602-2364|举报邮箱:jubao@eeedong.com
联系方式: