table添加滚动条
<div stype="overflow:scroll;width:100%"> <table style=";width:100%"> <th></th> <td><td> </table> </div> <style type="css/text"> table th{ white-space:nowrap; } table td{ white-space:nowrap; } </style>
<div stype="overflow:scroll;width:100%"> <table style=";width:100%"> <th></th> <td><td> </table> </div> <style type="css/text"> table th{ white-space:nowrap; } table td{ white-space:nowrap; } </style>