eddie
Mar 4th 2005, 8:10 pm
Hello
I am trying to add footer to this css file that I want to appear just below the longest column.
I am currently using a php include for the footer but it aligns with the center column and it runs into the right column if the center content is not long enough.
body { background-color:whitesmoke ;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:navy;
}
a:hover { font-family:Verdana, Arial, Helvetica, sans-serif;
color:navy;
background-color: white}
h1 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:38px}
h2 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:32px}
h3 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:26px}
#leftcontent { position: absolute;
left:10px;
top:90px;
width:120px;
background:cyan;
border:0px solid darkblue;
}
#centercontent { top:102px;
bottom-900px;
background:whitesmoke;
margin-left:160px;
margin-right:160px;
border:3px solid darkblue;
voice-family: "
\"
}
\"
"
;
voice-family: inherit;
margin-left:121px;
margin-right:121px;
}
html>
body #centercontent { margin-left:121px;
margin-right:121px;
}
#rightcontent { position: absolute;
right:10px;
top:90px;
width:125px;
background:whitesmoke;
border:0px solid darkblue;
}
#banner { background:dodgerblue;
height:75px;
border-top:0 solid darkblue;
border-right:0 solid darkblue;
border-left:0 solid darkblue;
voice-family: "
}
;
voice-family: inherit;
height:74px;
}
html>
body #banner { height:74px;
}
p,h1,h2,h3 { margin:0px 10px 10px 10px;
}
Thanks
I am trying to add footer to this css file that I want to appear just below the longest column.
I am currently using a php include for the footer but it aligns with the center column and it runs into the right column if the center content is not long enough.
body { background-color:whitesmoke ;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:navy;
}
a:hover { font-family:Verdana, Arial, Helvetica, sans-serif;
color:navy;
background-color: white}
h1 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:38px}
h2 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:32px}
h3 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:26px}
#leftcontent { position: absolute;
left:10px;
top:90px;
width:120px;
background:cyan;
border:0px solid darkblue;
}
#centercontent { top:102px;
bottom-900px;
background:whitesmoke;
margin-left:160px;
margin-right:160px;
border:3px solid darkblue;
voice-family: "
\"
}
\"
"
;
voice-family: inherit;
margin-left:121px;
margin-right:121px;
}
html>
body #centercontent { margin-left:121px;
margin-right:121px;
}
#rightcontent { position: absolute;
right:10px;
top:90px;
width:125px;
background:whitesmoke;
border:0px solid darkblue;
}
#banner { background:dodgerblue;
height:75px;
border-top:0 solid darkblue;
border-right:0 solid darkblue;
border-left:0 solid darkblue;
voice-family: "
}
;
voice-family: inherit;
height:74px;
}
html>
body #banner { height:74px;
}
p,h1,h2,h3 { margin:0px 10px 10px 10px;
}
Thanks