zoukankan      html  css  js  c++  java
  • 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>
  • 相关阅读:
    Mybatis插件之Mybatis-Plus的实体类注解篇
    Mybatis插件之Mybatis-Plus(SpringBoot)
    Mybatis插件之Mybatis-Plus(传统模式)
    Java中简单测试FastDFS的文件上传
    Linux下部署FastDFS
    SpringBoot中使用 RabbitMQ -测试
    RabbitMQ的安装(Windows环境下)
    SpringBoot中使用aop-测试
    正则表达式之图文混排
    正则表达式的使用总结
  • 原文地址:https://www.cnblogs.com/yangzailu/p/5821941.html
Copyright © 2011-2022 走看看