【问题标题】:Overflow: auto in Firefox not working the same as in Chrome溢出:Firefox 中的自动功能与 Chrome 中的不同
【发布时间】:2022-11-05 01:15:14
【问题描述】:

根据您打开此 HTML 的位置,您将看到垂直滚动条。在 Chrome 中,表格的高度不超过 180 像素。但是,在 Firefox 中,它会扩展并超过其高度的 180 像素。带有 id 的 div详细费用具有溢出样式:自动,高度和宽度为 100%。有什么解决方案可以让 Firefox 中的表格看起来与 Chrome 相同吗?

火狐

铬合金

<table
  width="800px"
  height="180px"
  style="background-color: lightblue; border-collapse: collapse"
>
  <tbody>
    <tr height="100%">
      <td>
        <div
          id="detailFee"
          style="
            background: window;
            height: 100%;
            width: 100%;
            overflow: auto;
            border-style: inset;
            border-width: 1;
            border-color: lightgray;
            box-sizing: border-box;
          "
        >
          <table
            style="height: 100%"
            width="100%"
            cellspacing="0"
            cellpadding="0"
            border="1"
          >
            <thead>
              <tr height="19px">
                <td
                  style="width: 15px; flex-flow: column nowrap; display: none"
                  nowrap=""
                  align="center"
                >
                  +
                </td>
                <td
                  style="width: 15px; flex-flow: column"
                  nowrap=""
                  align="center"
                >
                  -
                </td>
                <td width="60%" nowrap="" align="left">Test</td>
                <td width="110px" nowrap="" align="right">Test</td>
                <td width="85px" nowrap="" align="right">Test</td>
                <td width="85px" nowrap="" align="right">Test</td>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td
                  style="display: none"
                  valign="middle"
                  nowrap=""
                  align="center"
                >
                  +
                </td>
                <td
                  style="display: table-cell"
                  valign="middle"
                  nowrap=""
                  align="center"
                >
                  Test
                </td>
                <td nowrap="">Test</td>
              </tr>
              <tr style="display: table-row">
                <td nowrap=""></td>
                <td colspan="4" nowrap="">
                  <table
                    width="100%"
                    cellspacing="0"
                    cellpadding="0"
                    border="1"
                  >
                    <tbody>
                      <tr>
                        <td style="display: none" nowrap="" align="center">
                          +
                        </td>
                        <td
                          style="display: table-cell"
                          nowrap=""
                          align="center"
                        >
                          Test
                        </td>
                        <td width="60%" nowrap="">Test</td>
                      </tr>
                      <tr style="display: table-row">
                        <td nowrap=""></td>
                        <td colspan="4" nowrap="">
                          <table
                            width="100%"
                            cellspacing="0"
                            cellpadding="0"
                            border="1"
                          >
                            <tbody>
                              <tr>
                                <td
                                  style="display: none"
                                  valign="top"
                                  nowrap=""
                                  align="center"
                                >
                                  +
                                </td>
                                <td
                                  style=""
                                  valign="top"
                                  nowrap=""
                                  align="center"
                                >
                                  -
                                </td>
                                <td width="60%" valign="top">Test</td>
                              </tr>
                              <tr style="display: none">
                                <td nowrap=""></td>
                                <td colspan="4" nowrap="">
                                  <table
                                    width="100%"
                                    height="100%"
                                    cellspacing="0"
                                    cellpadding="0"
                                    border="1"
                                  >
                                    <tbody>
                                      <tr>
                                        <td nowrap="">&nbsp;</td>
                                        <td nowrap="">&nbsp;</td>
                                        <td nowrap="">&nbsp;</td>
                                        <td width="30%" nowrap="">Test</td>
                                        <td width="30%" nowrap="">Test</td>
                                        <td
                                          width="110px"
                                          nowrap=""
                                          align="right"
                                        >
                                          Total Assessed
                                        </td>
                                        <td
                                          width="85px"
                                          nowrap=""
                                          align="right"
                                        >
                                          Total Paid
                                        </td>
                                        <td
                                          width="85px"
                                          nowrap=""
                                          align="right"
                                        >
                                          Total Due
                                        </td>
                                      </tr>
                                    </tbody>
                                  </table>
                                </td>
                              </tr>
                              <tr style="display: table-row">
                                <td nowrap=""></td>
                                <td colspan="6" nowrap="">Test</td>
                              </tr>
                            </tbody>
                          </table>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
              <tr style="display: table-row">
                <td nowrap=""></td>
                <td colspan="4" nowrap="">
                  <table
                    width="100%"
                    cellspacing="0"
                    cellpadding="0"
                    border="1"
                  >
                    <tbody>
                      <tr>
                        <td style="display: none" nowrap="" align="center">
                          +
                        </td>
                        <td
                          style="display: table-cell"
                          nowrap=""
                          align="center"
                        >
                          Test
                        </td>
                        <td width="60%" nowrap="">Test</td>
                      </tr>
                      <tr style="display: table-row">
                        <td nowrap=""></td>
                        <td colspan="4" nowrap="">
                          <table
                            width="100%"
                            cellspacing="0"
                            cellpadding="0"
                            border="1"
                          >
                            <tbody>
                              <tr>
                                <td
                                  style="display: none"
                                  valign="top"
                                  nowrap=""
                                  align="center"
                                >
                                  +
                                </td>
                                <td
                                  style=""
                                  valign="top"
                                  nowrap=""
                                  align="center"
                                >
                                  -
                                </td>
                                <td width="60%" valign="top">Test</td>
                              </tr>
                              <tr style="display: none">
                                <td nowrap=""></td>
                                <td colspan="4" nowrap="">
                                  <table
                                    width="100%"
                                    height="100%"
                                    cellspacing="0"
                                    cellpadding="0"
                                    border="1"
                                  >
                                    <tbody>
                                      <tr>
                                        <td nowrap="">&nbsp;</td>
                                        <td nowrap="">&nbsp;</td>
                                        <td nowrap="">&nbsp;</td>
                                        <td width="30%" nowrap="">Test</td>
                                        <td width="30%" nowrap="">Test</td>
                                        <td
                                          width="110px"
                                          nowrap=""
                                          align="right"
                                        >
                                          Total Assessed
                                        </td>
                                        <td
                                          width="85px"
                                          nowrap=""
                                          align="right"
                                        >
                                          Total Paid
                                        </td>
                                        <td
                                          width="85px"
                                          nowrap=""
                                          align="right"
                                        >
                                          Total Due
                                        </td>
                                      </tr>
                                    </tbody>
                                  </table>
                                </td>
                              </tr>
                              <tr style="display: table-row">
                                <td nowrap=""></td>
                                <td colspan="6" nowrap="">Test</td>
                              </tr>
                            </tbody>
                          </table>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
              <tr style="display: table-row">
                <td nowrap=""></td>
                <td colspan="4" nowrap="">
                  <table
                    width="100%"
                    cellspacing="0"
                    cellpadding="0"
                    border="1"
                  >
                    <tbody>
                      <tr>
                        <td style="display: none" nowrap="" align="center">
                          +
                        </td>
                        <td
                          style="display: table-cell"
                          nowrap=""
                          align="center"
                        >
                          Test
                        </td>
                        <td width="60%" nowrap="">Test</td>
                      </tr>
                      <tr style="display: table-row">
                        <td nowrap=""></td>
                        <td colspan="4" nowrap="">
                          <table
                            width="100%"
                            cellspacing="0"
                            cellpadding="0"
                            border="1"
                          >
                            <tbody>
                              <tr>
                                <td
                                  style="display: none"
                                  valign="top"
                                  nowrap=""
                                  align="center"
                                >
                                  +
                                </td>
                                <td
                                  style=""
                                  valign="top"
                                  nowrap=""
                                  align="center"
                                >
                                  -
                                </td>
                                <td width="60%" valign="top">Test</td>
                              </tr>
                              <tr style="display: none">
                                <td nowrap=""></td>
                                <td colspan="4" nowrap="">
                                  <table
                                    width="100%"
                                    height="100%"
                                    cellspacing="0"
                                    cellpadding="0"
                                    border="1"
                                  >
                                    <tbody>
                                      <tr>
                                        <td nowrap="">&nbsp;</td>
                                        <td nowrap="">&nbsp;</td>
                                        <td nowrap="">&nbsp;</td>
                                        <td width="30%" nowrap="">Test</td>
                                        <td width="30%" nowrap="">Test</td>
                                        <td
                                          width="110px"
                                          nowrap=""
                                          align="right"
                                        >
                                          Total Assessed
                                        </td>
                                        <td
                                          width="85px"
                                          nowrap=""
                                          align="right"
                                        >
                                          Total Paid
                                        </td>
                                        <td
                                          width="85px"
                                          nowrap=""
                                          align="right"
                                        >
                                          Total Due
                                        </td>
                                      </tr>
                                    </tbody>
                                  </table>
                                </td>
                              </tr>
                              <tr style="display: table-row">
                                <td nowrap=""></td>
                                <td colspan="6" nowrap="">Test</td>
                              </tr>
                            </tbody>
                          </table>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
              <tr style="display: table-row">
                <td nowrap=""></td>
                <td colspan="4" nowrap="">
                  <table
                    width="100%"
                    cellspacing="0"
                    cellpadding="0"
                    border="1"
                  >
                    <tbody>
                      <tr>
                        <td style="display: none" nowrap="" align="center">
                          +
                        </td>
                        <td
                          style="display: table-cell"
                          nowrap=""
                          align="center"
                        >
                          Test
                        </td>
                        <td width="60%" nowrap="">Test</td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
              <tr style="display: none">
                <td nowrap=""></td>
                <td colspan="4" nowrap="">
                  <table
                    width="100%"
                    cellspacing="0"
                    cellpadding="0"
                    border="1"
                  >
                    <tbody>
                      <tr>
                        <td nowrap="" align="center">+</td>
                        <td style="display: none" nowrap="" align="center">
                          -
                        </td>
                        <td width="60%" nowrap="">Jointly/Severally Fees</td>
                        <td width="110px" nowrap="" align="right">$0.00</td>
                        <td width="85px" nowrap="" align="right">$0.00</td>
                        <td width="85px" nowrap="" align="right">$0.00</td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
              <tr>
                <td
                  style="display: none"
                  valign="middle"
                  nowrap=""
                  align="center"
                >
                  +
                </td>
                <td
                  style="display: table-cell"
                  valign="middle"
                  nowrap=""
                  align="center"
                >
                  Test
                </td>
              </tr>
              <tr style="display: none">
                <td nowrap=""></td>
                <td colspan="4" nowrap="">
                  <table
                    width="100%"
                    cellspacing="0"
                    cellpadding="0"
                    border="1"
                  >
                    <tbody>
                      <tr>
                        <td nowrap="" align="center">+</td>
                        <td style="display: none" nowrap="" align="center">
                          -
                        </td>
                        <td width="60%" nowrap="">Jointly/Severally Fees</td>
                        <td width="110px" nowrap="" align="right">$0.00</td>
                        <td width="85px" nowrap="" align="right">$0.00</td>
                        <td width="85px" nowrap="" align="right">$0.00</td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </div>
      </td>
    </tr>
    <tr>
      <td></td>
    </tr>
    <tr>
      <td></td>
    </tr>
  </tbody>
</table>

【问题讨论】:

    标签: html css firefox


    【解决方案1】:

    这是因为具有 100% 高度的 div“detailFee”。 如果在“height: auto;”上设置高度结果将是相同的。 AMO 试图专注于这一点。

    <div
              id="detailFee"
              style="
                background: window;
                height: auto; /* not 100%  nor 100vh ;) */
                width: 100%;
                overflow: auto;
                border-style: inset;
                border-width: 1;
                border-color: lightgray;
                box-sizing: border-box;
              "
            >
    

    【讨论】:

      猜你喜欢
      • 2019-08-25
      • 2015-10-01
      • 1970-01-01
      • 2013-04-26
      • 2011-04-18
      • 2014-04-25
      • 2014-08-12
      • 2015-10-06
      • 1970-01-01
      相关资源
      最近更新 更多