zoukankan      html  css  js  c++  java
  • 使登录框居中

    代码
    <!DOCTYPE html>
     
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title></title>
        <style type="text/css">
            html, body {
                height: 100%;
                overflow: auto;
            }
     
            body {
                padding: 0;
                margin: 0;
            }
        </style>
    </head>
    <body>
        <form id="form1" style="height: 100%;">
            <table style="height:100%; 100%;" border="0">
                <tr>
                    <td align="center" valign="middle">.....居中....</td>
                </tr>
            </table>
        </form>
    </body>
  • 相关阅读:
    AUTOSAR-文档阅读
    前端 html
    http协议
    python格式化输出
    IO模型
    协程函数
    伟大的GIL
    苑之歌(进程,线程)
    python之模块导入和包
    任性计算器
  • 原文地址:https://www.cnblogs.com/frankzone/p/7841197.html
Copyright © 2011-2022 走看看