1,541 views
この記事は最終更新から 3033日 が経過しています。
(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-06-27: 0回 2026-06-26: 1回 2026-06-25: 0回 2026-06-24: 0回 2026-06-23: 2回 2026-06-22: 2回 2026-06-21: 4回