pascallino
Gebruiker
- Lid geworden
- 29 dec 2009
- Berichten
- 167
Hallo allemaal,
Ik ben bezig met een website voor een voetbalvereniging.
Alles ging goed. Maar ik kom niet voorbij de footer.
Hij gaat niet over de hele lengte.
Dit is de html:
Dit is de CSS:
Kan iemand helpen?
Groeten Pascal
Ik ben bezig met een website voor een voetbalvereniging.
Alles ging goed. Maar ik kom niet voorbij de footer.
Hij gaat niet over de hele lengte.
Dit is de html:
HTML:
<div id="footer">
© 2011
<a href="/cms/">Drewes Test Site</a>.
All rights reserved.
<span>
<a href="/cms/index.php/login/">Sign In to Edit this Site</a>
</span>
</div>
Code:
#footer{
width: 100%;
text-align: center;
color: #000;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
clear: both;
bottom: 0px;
background: url("../img/footer.png") repeat-x;
padding-top: 10px;
display: block;
}
Kan iemand helpen?
Groeten Pascal