1,508 views
この記事は最終更新から 2988日 が経過しています。
(1) やりたいこと
「position:absolute」を指定した要素を中寄で表示したい。
(2) 実現方法
1. 左右方向の中寄せ
.xxxxx{
left: 0;
right: 0;
margin: auto;
}
2. 上下方向の中寄せ
.xxxxx{
top: 0;
bottom: 0;
margin: auto;
}
実装したサンプルはこちら。
https://www.dogrow.net/hp/sample/00037/
アクセス数(直近7日): ※試験運用中、BOT除外簡易実装済2026-05-13: 0回 2026-05-12: 0回 2026-05-11: 1回 2026-05-10: 0回 2026-05-09: 0回 2026-05-08: 0回 2026-05-07: 0回