Hey, mijn footer wil niet werken.
Ik ben hier al aardig lang mee bezig geweest.
Ik heb hier een voorbeeld:
http://62.45.43.59:8080/wrhack/modules/leden/aanmelden.php
Zoals je ziet als de content te groot wordt gaat de footer niet verder naar onder.
Hier is mijn css hopelijk dat jullie mij kunnen helpen.
PHP
body {
}
#menu {
float: left;
width: 138px;
background-color:#990000;
border: dotted;
border-width: 1px;
}
#content {
float: left;
margin-left: 40px;
background-color: #009900;
width: 890px;
border: dotted;
border-width: 1px;
font-size: 15px;
}
div {
}
a {
color: white;
font-size: 12px;
text-decoration: none;
}
a:active {
color: black;
}
a:visited {
color: white;
}
a:hover {
font-size: 13px;
font-style: inherit;
color: white;
text-decoration: underline;
}
#footer {
width: 1072px;
background-color: #DC6901;
color: #4D4D4D;
border: dotted;
border-width: 1px;
position: absolute;
}
input:hover {
font-size: 13px;
background-color: #DBDBDB;
}
Toon Meer