Chrome图片叠加桌边框

时间:2017-12-15 14:31:59

标签: html css google-chrome

我的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

1 个答案:

答案 0 :(得分:0)

你能在css中设置这个:

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