Table水平滚动条

来源:互联网 发布:怎样在淘宝上买衣服 编辑:程序博客网 时间:2024/05/02 01:36
<!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>    <title>无标题页</title>    <mce:style type="text/css"><!--        table th        {            white-space: nowrap;        }        table td        {            white-space: nowrap;        }    --></mce:style><style type="text/css" mce_bogus="1">        table th        {            white-space: nowrap;        }        table td        {            white-space: nowrap;        }    </style></head><body>    <div style="overflow: auto; width: 100px;">        <table style="border: solid 1px red;" mce_style="border: solid 1px red;">            <tr>                <th>                    标题                </th>                <th>                    标题                </th>                <th>                    标题                </th>                <th>                    标题                </th>                <th>                    标题                </th>                <th>                    标题                </th>                <th>                    标题                </th>            </tr>            <tr>                <td>                    标题                </td>                <td>                    标题                </td>                <td>                    标题                </td>                <td>                    标题                </td>                <td>                    标题                </td>                <td>                    标题                </td>                <td>                    标题                </td>            </tr>            <tr>                <td>                    标题                </td>                <td>                    标题                </td>                <td>                    标题                </td>                <td>                    标题                </td>                <td>                    标题                </td>                <td>                    标题                </td>                <td>                    标题                </td>            </tr>            <tr>                <td>                    标题                </td>                <td>                    标题                </td>                <td>                    标题                </td>                <td>                    标题                </td>                <td>                    标题                </td>                <td>                    标题                </td>                <td>                    标题                </td>            </tr>        </table>    </div></body></html>

原创粉丝点击