Inizio ad odiare i footer, ho realizzato questo CSS, ma come al solito non mi funziona il footer. Posto i CSS.
Codice PHP:body {
margin:0px;
padding:0px;
background:url(design_classic/background.gif);
height: 100%
}
#totale {
position:absolute;
width:800px;
top:0px;
left:10%;
}
#titolo {
position:absolute;
width:771px;
height:179px;
top:0px;
left:0px;
background:url(design_classic/1-top.gif);
}
#link {
position:absolute;
width:772px;
height:45px;
top:179px;
left:0px;
background:url(design_classic/2-top.gif);
}
#tlink {
position:relative;
width:358px;
height:45px;
top:0px;
left:232px;
padding:10px;
}
#tblog {
position:absolute;
width:771px;
height:29px;
top:224px;
left:0px;
background:url(design_classic/3-top.gif);
}
#tblogtext {
position:relative;
width:596px;
height:29px;
top:0px;
left:242px;
}
#textblog {
position:absolute;
width:771px;
height:91px;
top:253px;
left:0px;
background:url(design_classic/4-top.gif);
}
#textblogtext {
position:relative;
width:411px;
height:90px;
top:0px;
left:251px;
}
#barrablog {
position:absolute;
width:770px;
height:26px;
top:334px;
left:1px;
background:url(design_classic/5-top.gif);
}
#barrablogtext {
position:relative;
width:422px;
height:26px;
top:0px;
left:251px;
text-align:right;
}
#testo{
position:absolute;
width:770px;
top:360px;
left:1px;
background:url(design_classic/6-top.gif);
}
#testotext{
position:relative;
width:416px;
top:0px;
left:233px;
}
#testodis{
position:absolute;
width:121px;
top:0px;
left:649px;
height:170px;
}
#footer
{
position: relative;
width: 771px;
height: 50px;
bottom: 0;
border: none;
background: #000000
text-align: center;
font: italic 12px arial;
}

Rispondi quotando