我的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;
}
答案 0 :(得分:0)
你能在css中设置这个:
.footerContent div img {
max-height:100%
}