【问题标题】:Chrome picture overlays table borderChrome 图片覆盖表格边框
【发布时间】:2017-12-15 22:36:43
【问题描述】:

我有很多表格和一张图片的 Html 代码,它覆盖了 Google Chrome 中表格的边框!这取决于浏览器缩放。 Firefox 和 Edge 做得很好!

如您所见 how it looks right now (Firefox 57 and Chrome 63).

[img] 标签没有 css 但它在类内

    .footerContent div {
    color:#707070;
    font-family:Arial;
    font-size:13px;
    line-height:125%;
    text-align:left;
}

这里是jsfiddle example

【问题讨论】:

    标签: html css google-chrome


    【解决方案1】:

    你能在css中设置吗:

    .footerContent  div img {
      max-height:100%
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-09-08
      • 2012-07-14
      • 2012-11-21
      • 2014-11-25
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多