标签: html css
如何强制<table>内部的图像适合?大于容器的图像将其展开 此CSS可在Chrome和其他浏览器中使用,但在Firefox中不起作用,我应该使用什么?
<table>
.scaleimages img { max-width: 100%; height: auto; }