html

>
    <table id="dragTable" cellpadding="3" style="border: solid 0px green; width: 98%;">
        <tr>
            <td valign="top" style="width: 30%">
                <div class="dragDiv" id="dragDiv1">
                    <table cellpadding="0" cellspacing="0" border="1" style="width: 100%; border-collapse: collapse;
                        border-color: Blue">
                        <tr id="titleBar1" style="height: 22px; text-align: left; background-color: #547BC9;
                            color: White; padding: 3px; cursor: move;">
                            <th align="left" unselectable="on">
                                Title1
                            </th>
                        </tr>
                        <tr style="height: 130px; padding: 3px;" align="left" valign="top">
                            <td unselectable="on">
                                这里的字比较长....我来了....中国....中国...外国.,看一下有没有溢出>
                            </td>
                        </tr>
                    </table>
                </div>
                <div class="dragDiv" id="dragDiv2">
                    <table cellpadding="0" cellspacing="0" border="1" style="width: 100%; border-collapse: collapse;
                        border-color: Blue">
                        <tr id="titleBar2" style="height: 22px; text-align: left; background-color: #547BC9;
                            color: White; padding: 3px; cursor: move;">
                            <th align="left" unselectable="on">
                                Title2
                            </th>
                        </tr>
                        <tr style="height: 130px; padding: 3px;" align="left" valign="top">
                            <td unselectable="on">
                                Content2...
                            </td>
                        </tr>
                    </table>
                </div>
            </td>
            <td valign="top" style="width: 50%">
                <div class="dragDiv" id="dragDiv3">
                    <table cellpadding="0" cellspacing="0" border="1" style="width: 100%; border-collapse: collapse;
                        border-color: Blue">
                        <tr id="titleBar3" style="height: 22px; text-align: left; background-color: #547BC9;
                            color: White; padding: 3px; cursor: move;">
                            <th align="left" unselectable="on">
                                Title3
                            </th>
                        </tr>
                        <tr style="height: 230px; padding: 3px;" align="left" valign="top">
                            <td unselectable="on">
                                Content3...
                            </td>
                        </tr>
                    </table>
                </div>
            </td>
            <td valign="top" style="width: 20%">
                <div class="dragDiv" id="dragDiv4">
                    <table cellpadding="0" cellspacing="0" border="1" style="width: 100%; border-collapse: collapse;
                        border-color: Blue">
                        <tr id="titleBar4" style="height: 22px; text-align: left; background-color: #547BC9;
                            color: White; padding: 3px; cursor: move;">
                            <th align="left" unselectable="on">
                                Title4
                            </th>
                        </tr>
                        <tr style="height: 130px; padding: 3px;" align="left" valign="top">
                            <td unselectable="on">
                                Content4...
                            </td>
                        </tr>
                    </table>
                </div>
                <div class="dragDiv" id="dragDiv5">
                    <table cellpadding="0" cellspacing="0" border="1" style="width: 100%; border-collapse: collapse;
                        border-color: Blue">
                        <tr id="titleBar5" style="height: 22px; text-align: left; background-color: #547BC9;
                            color: White; padding: 3px; cursor: move;">
                            <th align="left" unselectable="on">
                                Title5
                            </th>
                        </tr>
                        <tr style="height: 130px; padding: 3px;" align="left" valign="top">
                            <td unselectable="on">
                                Content5...
                            </td>
                        </tr>
                    </table>
                </div>
            </td>
        </tr>
    </table>
</body>

相关文章:

  • 2021-10-14
  • 2021-11-21
  • 2022-01-26
  • 2022-12-23
  • 2021-12-11
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-09
  • 2021-05-31
  • 2022-12-23
  • 2021-09-03
  • 2021-09-12
  • 2022-12-23
相关资源
相似解决方案