Footer.php kodları şu şekilde:
Css'de ilgili kodlar da şu şekilde:
body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}
body{
background-image: url('resimler/arkaplan.png');
margin: 170px 0 0 0;
font-family: Arial,Helvetica,Georgia,Sans_Serif;
font-size:12px;
text-align:left;
vertical-align:top;
color:#f1f1f1;
}
h1{
font-family: Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}
a:link{
text-decoration: underline;
color: #b8ea37;
}
a:visited{
text-decoration: underline;
color: #b8ea37;
}
a:hover{
text-decoration: none;
}
p{
padding: 10px 0 0 0;
}
#wrapper{
margin: 0 auto 0 auto;
width: 1050px;
text-align: left;
}
#header{
position:absolute;
top:0;
left:0;
width:100%;
height:160px;
background-image: url('resimler/header_arkaplan.png');
z-index:1;
}
#container{
margin: 0 0 20px 20px;
float: right;
width: 710px;
}
#footer{
left: 0;
width:100%;
background-image: url('resimler/footer_arkaplan.png');
height: 150px;
margin: 20px 0 0 0;
clear:both;
text-align: center;
}İndex.php sayfasında da footer </body> tagından hemen önce geliyor.
Footer'i çevreleyen bir div olması lazım. sen site adresini gönder .