IE11… またお前か!
max-width
のバグが多いですねw
display: table
, display: table-cell
の中にある img タグのmax-width: 100%
が無視されて、要素からはみ出したりしてしまう問題。
<div class="table"> <div class="table-cell"> <img class="max-width-100per"> </div> </div>
table-layout: fixed を使うと max-width が効く
display: table
を持っている要素に table-layout: fixed
を設定すると、table-cell
中にある画像の max-width が有効になる。
‘table-cell’ 内に inner のdiv 要素などを置いても画像の max-width は無視されてしました…
サンプル
See the Pen IE11 max-width un available in display: table, table-cell by KIKIKI (@chaika-design) on CodePen.
IE 滅ぶべし!
[参考]

セントールの悩み(1)【特典ペーパー付き】 (RYU COMICS)
- 作者: 村山慶
- 出版社/メーカー: 徳間書店(リュウ・コミックス)
- 発売日: 2014/02/21
- メディア: Kindle版
- この商品を含むブログを見る