このページhttp://blisshair.com.au/testing/を修正しようとしています。私がやろうとしているのは、「メニュー」と「コンテンツ」の div をページの一番下まで伸ばすことです。
これはCSSです。どんな助けでも大歓迎です、ありがとう:)
@charset "utf-8";
/* CSS Document */
body {
background-color:#000;
}
.wrapper{
margin-left:auto;
margin-right:auto;
background:#0F0;
width:100%;
overflow:auto;
min-height:80%;
}
.wrapper1{
margin-left:auto;
margin-right:auto;
background:url(bg.gif) 20% 0;
width:100%;
overflow:auto;
}
.menu{
float:left;
width:20%;
}
.content{
float:left;
width:80%;
}
footer{
width:100%;
}
header{
width:100%;
}
編集:ここで説明されているように、「コンテンツ」と「メニュー」の div をページの長さに合わせて伸ばすようにしています。