Hi all,
I have searched the web, and tried all possible solutions, but it seems difficult for me to set it for IE, firefox, is smooth as cream, but the culprit is IE. the following are my CSS:
.footerT {
position:fixed;
clear:both;
background-color: #FFFFFF;
width: 795px;
margin-right: 16px;
border-top-color: Gray;
border-top-width: 1px;
border-top-style:solid;
bottom: 0px;
}
The page HTML:
<table>
/*Header*/
<tr>
<td></td>
</tr>
/*Content holder*/
<tr>
<td></td>
</tr>
/*Footer*/
<tr>
<td>
<table class="footerT">
<tr>
<td style=" height: 21px;" align="center" >
Copyright 2009.
</td>
</tr>
<tr>
<td align="center" style=" height: 21px;" >
Terms of usage
</td>
</tr>
</table>
</td>
</tr>
</table>
So all CSS gurus... help me....