LoginSignup
1
1

More than 5 years have passed since last update.

IE11 CSS で page-break が効かない → sup (上付き)タグが原因

Last updated at Posted at 2016-06-28

備忘録

時間のあるときにコードなど書きますが、とりいそぎ備忘録

CSSで以下のように入力していたが、Chrome は機能するのに、IE11 だけ機能しなくなった。

.hoge{
  page-break-inside:avoid;
}

原因きりわけたところ、<sup> タグを使っていることだった。
CSSで vertical-align: super; を指定しても同様だった。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1