Hi everybody, Im new here and Im begginer in HTML and CSS, I bought a book from sitepoint “Build Your Own Website The Right Way Using HTML &CSS” The book is great, learned allot. But I have one problem, I have started to build my own website, and everything is ok except below footer I have too much space, I meed I can scroll with my mouse down and I can not see my webpage any more. Does anybody have solution? I think Its a little problem but I cant solve it.
Here is my css: what am I doing wrong?
body{
font-family:Verdana,Helvetica,Arial,sans-serif;
}
#wrapper{
padding-top: 20px;
width: 100%;
min-height:100%;
max-height:50px;
}
header{
position: relative;
top:20px;
left:200px;
width: 800px;
overflow: hidden;
border:2px solid white;
border-bottom:none;
margin:0;
padding:0;
}
nav{
display:block;
border:2px solid white;
position:relative ;
top:20px;
left:200px;
font-family: tomha, arial;
width: 800px;
height:26px;
background-color:#000000;
margin:0;
padding:0;
}
nav ul{
}
nav li{
float:left;
list-style:none;
}
nav li a{
position:absolute;
top:6px;
padding: 0 20px;
font-weight: bold;
font-size: 12px;
color: #fff;
text-decoration: none;
}
.faq.test.cont.res.tip{
position:absolute;
left:200px;
}
.faq{
position:absolute;
left:250px;
}
.test{
position:absolute;
left:320px;
}
.cont{
position:absolute;
left:450px;
}
.res{
position:absolute;
left:550px;
}
.tip{
position:absolute;
left:640px;
}
a:hover{
text-decoration:none;
color:gray;
}
#bodycontent{
display:block;
border:2px solid white;
border-right:none;
border-top:none;
border-bottom:1px solid white;
position:relative ;
top:-1px;
left:200px;
font-family: tomha, arial;
width: 550px;
height:700px;
background-color:#009933;
margin:0;
padding:0;
}
h1{
padding-left:50px;
padding-top:50px;
color:#FFFF00;
}
h2{
padding-top:10px;
}
h1 h2{
line-height:5px;
}
#formandsocial{
display:block;
border:2px solid white;
border-left:1px solid white;
border-top:1px solid white;
border-bottom:1px solid white;
position:relative ;
top:-703px;
left:752px;
font-family: tomha, arial;
width: 249px;
height:700px;
background-color:#CCCCCC;
margin:0;
padding:0;
}
#footer{
margin:0;
padding:0;
display:block;
border-left:2px solid white;
border-right:2px solid white;
border-top:1px solid white;
border-bottom:2px solid white;
position:relative;
top:-703px;
left:200px;
background-color:black;
font-family:tomha,arial;
width:800px;
height:300px;
padding-bottom: 20px;
}