Witruimte onder website
Onder mijn website (http://www.i4-it.be) krijg ik de witruimte niet weg die onder mijn footer is.
Dit probleem geldt niet voor alle browsers, maar wel in o.a. Mozilla Firefox.
Weet iemand hoe ik dit kan oplossen?
Alvast bedankt
Code:
body {
font-family:Tahoma, Geneva, sans-serif;
margin:0;
padding:0;
}
a:link, a:visited, a:hover, a:active; {
text-decoration:none;
}
#body {
width:100%;
height:1000px;;
background-image:url(img/background.gif);
}
#wrapper {
position:relative;
margin:auto;
top:-231px;
width:1024px;
height:100%;
}
/* Header */
#bannerbg {
position:relative;
top:33px;
width:100%;
height:231px;
background-image:url(img/bannerbg.gif);
}
#bannerlogo {
position:relative;
top:26px;
left:170px;
width:120px;
height:245px;
background-image:url(img/logobanner2.gif);
}
/* Navigatie */
#nav {
position:relative;
top:-212px;
left:295px;
width:444px;
height:32px;
}
.home {
width:73px;
height:32px;
float:left;
}
.about {
width:80px;
height:32px;
float:left;
}
.services {
width:94px;
height:32px;
float:left;
}
.portfolio {
width:103px;
height:32px;
float:left;
}
.contact {
width:94px;
height:32px;
float:left;
}
/* Footer */
#bottombg {
margin:0 auto;
position:relative;
top:-309px;
width:100%px;;
height:78px;
background-image:url(img/bottom.gif);
}
#bottom {
margin:0 auto;
position:relative;
top:px;
width:1024px;;
height:78px;
background-image:url(img/bottom.gif);
}
#sitemap {
position:relative;
top:13px;
left:174px;
width:238px;
height:54px;
font-size:9px;
}
#sitemap a:link, a:visited {
color:white;
text-decoration:none;
}
#sitemap a:hover, a:active {
text-decoration:none;
color:#009ee3;
}
#bottomadres {
position:relative;
top:-41px;
left:715px;
width:150px;
height:54px;
font-size:9px;
}
#bottomlogo {
position:relative;
top:-48px;
left:86px;
width:60px;
height:56px;
background-image:url(img/logo.gif);
}
Bottom:0;
Bedankt, maar probleem is al opgelost. Positioning was niet goed en moest werken met margins.
Footer is te breed, daardoor krijg je een (nutteloze) scrolbalk te zien.
Nu ik de site bekijk zie ik dat de tekst ALL RIGHTS RESERVED maar half in die div staat. En wat santhe al zegt een scrollbar die bijna even groot is als de content.