div怎么浮动在页面底部

2016/8/31 8:45:17   阅读:1666    发布者:1666
DIV怎么实现浮动在页面底部,如下图操作:
<!--固定--> 
  <div style="position:fixed ; bottom:0px;width:1002" > 
  <table  width="1002" height="53" align="center" bgcolor="#FF9900"> 
  <tr> 
     <td> 
        <a href="company.asp" target="_self">关于我们</a>| 
        <a href="intro.asp" target="_self">服务项目</a>| 
        <a href="contact.asp" target="_self">联系方式</a>| 
        <a href="feedback.asp" target="_self">信息反馈</a>| 
        <a href="job.asp" target="_self">人才招聘</a> 
     </td> 
     <td align="right"> 
         版权所有   Copyright(C)2004-2018亚网互联·中国 版权所有 ALL RIGHTS RESERVED   
     </td> 
  </tr> 
</table> 
</div>