效果代码: <html>
<head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>壹哥'S Blog</title> </head>
<body> <table border=1> <tr> <td><div style="width:100%;height:100;overflow-x:hidden;overflow-y:scroll">左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br>左单元格<br></div> </td> <td>右单元格 </td> </tr> </table> </body>
</html>
让表格实现滚动条效果就是这段了 <div style="width:100%;height:100;overflow-x:hidden;overflow-y:scroll"><body> |