4
4

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.

IE8 でjQueryのslideToggleを使うとmarginが消える

Last updated at Posted at 2013-05-29

IE8でブロック要素に対してjQueryのslideToggleを使うと、処理対象となる要素のmarginが無効化されるというバグがある。

回避するには対象となるブロック要素に以下のCSSを追加してやるとよい。

{ overflow: hidden; }

4
4
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
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?