Why do Firefox and Opera ignore max-width inside of display: table-cell?

后端 未结 9 708
别跟我提以往
别跟我提以往 2020-11-27 13:49

The following code displays correctly in Chrome or IE (the image is 200px wide). In Firefox and Opera the max-width style is ignored completely. Why does this

9条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-27 14:06

    I got it working by using width: 100% instead of max-width: 100%.

提交回复
热议问题