Hi,
I'm having trouble getting the footer to the bottom of the page with my CSS code. It works in IE, but not in Firefox.
Here is my css:[code=css]
.pagecontainer{
position:relati ve;
width:100%;
margin: 10px auto;
min-height: 100%;
height: 100%;
voice-family: "\"}\"";
voice-family: inherit;
height: auto;
}
#footer
{ position: absolute;
bottom: 0;
text-align: center;
width:100%;
height:auto;
font-family: arial,serif; font-size: 100%;font-style:italic;te xt-align: center;
color:rgb(248,2 54,194);line-height: 175%;background-color:rgb(0,153 ,0);
border-width: 11px;
}[/code]
Thanks for any ideas.
I'm having trouble getting the footer to the bottom of the page with my CSS code. It works in IE, but not in Firefox.
Here is my css:[code=css]
.pagecontainer{
position:relati ve;
width:100%;
margin: 10px auto;
min-height: 100%;
height: 100%;
voice-family: "\"}\"";
voice-family: inherit;
height: auto;
}
#footer
{ position: absolute;
bottom: 0;
text-align: center;
width:100%;
height:auto;
font-family: arial,serif; font-size: 100%;font-style:italic;te xt-align: center;
color:rgb(248,2 54,194);line-height: 175%;background-color:rgb(0,153 ,0);
border-width: 11px;
}[/code]
Thanks for any ideas.
Comment