›November 26, 2003

暫定3カラム化

Category: Movable Type / 1 Comments: Post / View / 0 TrackBack

とりあえず暫定的に3カラム化してみた。
位置決め部分のスタイルシートを抜き出すと、こんな感じ。

#content {
z-index: 3;
position: absolute;
padding: 10px;
background:#FFF;
margin-right:200px;
margin-left: 200px;
margin-bottom:20px;
}

#sidemenu {
z-index:1;
position: absolute;
left: 20px;
width: 180px;
background:#FFF;
color:#000;
}

#links {
z-index:2;
position: absolute;
right: 20px;
width: 180px;
background:#FFF;
color:#000;
}

ポイントは position: absolute; を入れて、right、leftを指定しているところかな。

Comments

どうもIE6だとうまく表示できないみたい。
Blogのところが右側に200pxはみ出ちゃうね。

う~む、どうしたものか。

Posted by: hideto at November 26, 2003 05:45 PM
Post a comment












Remember personal info?