日期:2014-05-17 浏览次数:20814 次
<html> <head> <body> <div> <div style='padding-right:20px; overflow-x:scroll; border: 1px solid #000000;'> <table style='width:100%;'> <tbody> <tr> <th style='min-width:200px;border:1px solid #ff0000;'>col A</th> <th style='min-width:200px;border:1px solid #00ff00;'>col B</th> <th style='min-width:200px;border:1px solid #0000ff;'>col C</th> </tr> </tbody> </table> </div> </div> </body> </html>
<body> <div> <div style=" overflow-x:scroll; border: 1px solid #000000; "> <table style='width:100%;'> <tbody> <tr> <th style='min-width:200px;border:1px solid #ff0000;'>col A</th> <th style='min-width:200px;border:1px solid #00ff00;'>col B</th> <th style='min-width:200px;border:1px solid #0000ff;'>col C</th> <th width="20px;"> </th> </tr> </tbody> </table> </div> </div> </body>
------解决方案--------------------
<html> <head> <body> <div> <div style='overflow-x:scroll; border: 1px solid #000000;'> <table style='width:100%;padding-right:20px;'> <tbody> <tr> <th style='min-width:200px;border:1px solid #ff0000;'>col A</th> <th style='min-width:200px;border:1px solid #00ff00;'>col B</th> <th style='min-width:200px;border:1px solid #0000ff;'>col C</th> </tr> </tbody> </table> </div> </div> </body> </html>
------解决方案--------------------
ie8下没问题