|
Giomanach -> Footer Positioning problem (7/19/2004 16:19:50)
|
No it's not the same as Peters Problem, but i am having problems with footer positioning. Here's the stylesheet: html, body {
margin: 0;
padding: 0;
text-align: center;
background: #FFFFFF;
overflow-x: hidden;
}
#pagewidth {
width: 100%;
text-align: left;
min-width: 500px;
margin-left: auto;
margin-right: auto;
}
#header {
height: 100px;
width: 100%;
background: #A5D38C;
}
#miniheader {
height: 20px;
width: 100%;
background: #666666;
}
#headershadow {
height: 20px;
width: 100%;
background: url(../images/drop.gif) repeat-x;
}
#leftcol {
position: absolute;
width: 180px;
top: 145px;
left: 5px;
}
#outer {
border:solid white 0px;
border-left-width: 180px;
border-left-color: #FFFFFF; /* left column colour */
border-left-style: solid;
border-right-width: 180px;
border-right-color: #FFFFFF; /* right column colour */
border-right-style: solid;
background: #FFFFFF; /* center column colour */
width: auto;
}
#rightcol {
position: absolute;
width: 180px;
top: 145px;
right: 5px;
}
#footer {
position: relative;
top: 10px;
height: 50px;
width: 100%;
background: #A5D38C;
border-top: 1px solid #000000;
}
#btt {
position: relative;
top: 10px;
height: 20px;
width: 100%;
background: #FFFFFF;
}
#inner {
margin: 0;
width: 100%;
}
#maincol {
position: absolute;
top: 145px;
left: 180px;
right: 185px;
margin: 0 -8px 0 -2px;
}
#outer>#inner {
border-bottom: 1px solid #FFFFFF;
}
.clr {
clear: both;
}
.content {
padding: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header .content {
padding-bottom: 0;
}
#headerimage {
padding-bottom: 5px;
padding-top: 10px;
}
.footertext {
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-left: 5px;
padding-right: 5px;
padding-top: 15px;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
}
.btt {
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 5px;
font-size: 11px;
font-weight: bold;
color: #999999;
text-align: center;
}
.btt a {
color: #999999;
text-decoration: underline;
}
.btt a:hover {
color: #A5D38C;
}
/* ###################### OVERALL SETTINGS ###################### */
td, tr, p, div {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}
ul {
margin: 0px 0px 0px 0px;
}
hr {
background: #CCCCCC;
height: 1px;
width: 100%;
}
/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #CCCCCC;
}
a.pathway:link, a.pathway:visited {
color: #8CA0B4;
font-weight: normal;
}
a.pathway:hover {
color: #F0F0F0;
font-weight: normal;
}
/* ################### MAIN AND SUB MENU SYSTEM ################### */
a.mainlevel:link, a.mainlevel:visited {
color: #808080;
font-weight: normal;
}
a.mainlevel:hover {
color: #A5D30C;
}
table.moduletable th {
font-size : 11px;
font-weight : bold;
color : #000000;
text-align : center;
background-color : #F0F0F0;
width : 100%;
}
table.moduletable {
margin: 0px 0px 0px 0px;
width: 95%;
border-left: solid 0px #000000;
border-right: solid 0px #000000;
border-top: solid 0px #000000;
border-bottom: solid 0px #000000;
}
.poll {
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
color : #666666;
line-height : 14px;
}
/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
background-color : #CCCCCC;
color : #779707;
font-weight : bold;
}
.sectiontableentry1 {
background-color : #F0F0F0;
}
.sectiontableentry2 {
background-color : #E0E0E0;
}
/* ###################### SMALL FONT SETTINGS ###################### */
.small {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #3366C0;
text-decoration : none;
font-weight : medium;
}
.smalldark {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #000000;
text-decoration : none;
font-weight : normal;
}
/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
background : #FFFFFF;
}
.contentpaneopen {
background : #FFFFFF;
}
.contentheading, .componentheading {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : bold;
color : #A5D30C;
text-align : left;
}
.createdate {
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
color : #999999;
text-align : left;
}
/* ###################### FORMULAR SETTINGS ###################### */
.button {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-size : 10px;
font-weight : bold;
background-color : #F0F0F0;
color : #000000;
border : 1px solid #CCCCCC;
}
.inputbox {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #000000;
background-color : #F0F0F0;
border : 1px solid #CCCCCC;
}
/* ###################### LINKS ###################### */
a:link, a:visited {
font-size : 11px;
color : #808080;
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
color : #A5D30C;
text-decoration : none;
}
a.category:link, a.category:visited {
color : #333333;
font-weight : bold;
}
a.category:hover {
color : #A5D30C;
}
#search{
position: absolute;
left: 75%;
top: 75px;
}
#date{
position: absolute;
top: 105px;
width: 100%;
text-align: right;
color: #FFFFFF;
} Here's the page: http://giomanach.wm-talk.com Images etc are just temporaries. I'm converting layout from Tables to DIV layers. Any ideas on the problem? Dan
|
|
|
|