LoginSignup
1
1

More than 5 years have passed since last update.

IE7でのposition:relative;時の配置のバグの対応

Posted at

IE7で、position:relative;を指定しているのにも関わらず、left:[n]px;がおかしいバグ。
親要素のtext-alignにcenterとかを指定していると、leftが中央揃えでの配置になる。
親要素のtext-alignにleftを指定すると回避出来る。

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