CSSで縦方向のセンタリング
CSSで実装する、
縦と横方向のセンタリング。
忘れそうなので、メモっときます。
自分で考えたわけではないんと思うんだけど、
どこからひっぱってきたのが忘れた。
すみません。
縦横幅決めの場合のみです。
#container {
position:absolute;
width: 200px;
height: 150px;
top: 50%;
left: 50%;
margin-top: -75px;
margin-left: -100px;
}
関連があるかも知れない記事
Trackback(0)
http://prismtone.jp/cgi/mt5/mt-tb.cgi/93
Comment to Entry
Comment to Entry
























