zoukankan      html  css  js  c++  java
  • 第一个css+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>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <style>
    body{
    margin:0;
    padding:0;
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    background:#DFDFDF;
    }
    #Header{
    980px;
    height:500px;
    margin:0 auto;
    border-left:1px solid #FF0000;
    border-right:1px solid #757575;
    }
    .s{
    position:relative;
    left:0px;
    top:120px;
    height:50px;
    200px;
    border:1px solid #993432 ;
    background:url(http://www.cnblogs.com/../Inetpub/wwwroot/winxp.gif) repeat-x left top;
    }
    </style>
    <title>无标题文档</title>
    </head>

    <body>
    <div id="Header">
    <div class="s">
    ddddddddddddd</div>
    </div>
    <div class="s">
    ddddddddddddd</div>
    </body>
    </html>
  • 相关阅读:
    thinkphp SAE
    thinkphp rpc
    thinkphp REST
    thinkphp 图形处理
    thinkphp 验证码
    thinkphp 文件上传
    thinkphp 数据分页
    thinkphp 多语言支持
    thinkphp cookie支持
    thinkphp session支持
  • 原文地址:https://www.cnblogs.com/chinatefl/p/1404577.html
Copyright © 2011-2022 走看看