3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

IE10でslideToggleアコーディオンしたときの背景バグ?

Posted at

jQueryのslideToggleでアコーディオンしたときに、IE10で背景画像が何重にも見えた。
IE10になってまで、こんなことが起きるとは思わなかった。

理由

わからん。
でもこれも同じ現象っぽい
http://stackoverflow.com/questions/15430675/jquery-slidetoggle-and-css-border-radius-propery-show-wired-in-ie10

解決方法(2種類)

  • クリックする要素にdisplay: inline-block;追加する(stackoverflowだとこちら)
  • 背景画像を指定したところにdisplay: inline-block;追加する
    (今回対処した方法。クリックする要素に付けられなかったので)
3
3
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
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?