• div浮动在页面底部


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
     <head>
      <title> new document </title>
      <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
      <meta name="author" content="" />
      <meta name="keywords" content="" />
      <meta name="description" content="" />
      <link rel="stylesheet" type="text/css" href="" />
      <style type="text/css"></style>
      <script type="text/javascript"></script>
     </head>
     <body>
         空山新雨后,天气晚来秋。明月松间照,清泉石上流。
         竹喧归浣女,莲动下渔舟。随意春芳歇,王孙自可留。
         空山新雨后,天气晚来秋。明月松间照,清泉石上流。
         竹喧归浣女,莲动下渔舟。随意春芳歇,王孙自可留。
         空山新雨后,天气晚来秋。明月松间照,清泉石上流。
         竹喧归浣女,莲动下渔舟。随意春芳歇,王孙自可留。
    <!--固定-->
      <div style="position:fixed ; bottom:0px;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)2010-2012 ....公司
         </td>
      </tr>
    </table>
    </div>
    </body>
    </html>
  • 相关阅读:
    ACE-6.1.0 linux 下的编译与安装步骤
    tcp_sync_server and tcp_sync_client
    网络服务器操作命令telnet
    eclipse CDT unresolved inclusion
    qt安装--this Qt version uses an unsupported makefile
    java指令详解
    (8) tomcat中管理领域、角色及用户
    (7) 将tomcat HTTP连接器启动在80端口(jsvc使用详解)
    10月16日面试总结
    MYSQL查询的四种情况
  • 原文地址:https://www.cnblogs.com/yangzailu/p/5821941.html
Copyright © 2020-2023  润新知