zoukankan      html  css  js  c++  java
  • little box: two box

    <!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=utf-8" />
    <title>无标题文档</title>
    <style type="text/css">
    body{
        margin:0;
        padding:0;
        color:#ccc;
        background-color:#333;
    }
    #content{
        float:left;
        padding:10px;
        margin:20px;
        background:#666;
        border:5px solid #ccc;
        width:270px;
    }
    #content2{
        float:left;
        padding:10px;
        margin:20px;
        background:#666;
        border:5px solid #ccc;
        width:270px;
    }
    
        
    
    </style>
    </head>
    
    <body>
    <div id="content">
    <pre>
    #content {
        float: left;
        padding: 10px;
        margin: 20px;
        background: #666;
        border: 5px solid #ccc;
         300px; 
        /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
         270px;
        }
    html>body #content {
         270px; 
        /* ie5win fudge ends */
        }
    </pre>
    </div>
    <div id="content2">
    <pre>
    #content2 {
        float: left;
        padding: 10px;
        margin: 20px;
        background: #666;
        border: 5px solid #ccc;
         300px; 
        /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
         270px;
        }
    html>body #content2 {
         270px; 
        /* ie5win fudge ends */
        }
    </pre>
    <div align="right"><p><a href="css/02_2box_fixed.css">[full css]</a></p></div>
    
    </div>
    </body>
    </html>

    显示如下:

    http://www.thenoodleincident.com/tutorials/box_lesson/basic2_fixed.html

  • 相关阅读:
    用户调查报告
    beta冲刺总结
    beta冲刺第七天
    beta冲刺第六天
    beta冲刺第五天
    beta冲刺第四天
    beta冲刺第三天
    beta冲刺第二天
    beta冲刺第一天
    简单的密码管理器(Python)(待完善)
  • 原文地址:https://www.cnblogs.com/youxin/p/2649829.html
Copyright © 2011-2022 走看看