• margin负值的使用


    <!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" />
    <meta content="all" name="robots" />
    <title>margin负值的使用</title>
    <meta name="keywords" content="DIV+CSS培训,上海DIV+CSS培训,北京DIV+CSS培训,北京Php培训,上海Php培训,div+css教程,DIV+CSS高级手写网站布局重构服务及php网站程序开发,seo优化,http://www.xinran001.com/鑫然网络最专业" />
    <meta name="description" content=" 鑫然网络 鑫然网络主要从事上海DIV+CSS培训,北京DIV+CSS培训,北京Php培训,上海Php培训,div+css教程,承接DIV+CSS高级手写网站布局重构及php网站开发,seo优化等服务" />
    <style type="text/css">
    <!--
    *{
    margin:0px;
    padding:0px;
    }
    
    ul{
    list-style-type:none;
    }
    
    img {
    border-top- 0px; border-left- 0px; border-bottom- 0px; border-right- 0px;margin:0px;padding:0px;
    }
    
    div {
    border-top- 0px; padding-right: 0px; padding-left: 0px; border-left- 0px; border-bottom- 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; border-right- 0px
    }
    body {
    100%;font-size:12px;background:#fff;padding: 0px;color:#000;font-family: '宋体','新宋体',arial,verdana,sans-serif;
    }
    
    form {
    border-top- 0px; padding-right: 0px; padding-left: 0px; border-left- 0px; border-bottom- 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; border-right- 0px
    }
    
    a:link {
    color:#003265; text-decoration: underline;
    }
    a:visited {
    color:#003265; text-decoration: underline;
    }
    a:hover {
    color:#fe0000; text-decoration: none;
    }
    
    .divbody{
    padding-left:200px;background:#ccc;
    }
    .divbody_left{
    float:left;200px;margin-left:-200px;height:100px;
    }
    .divbody_right{
    100%;height:300px;background:#fff;
    }
    -->
    </style>
    </head>
    <body>
    
    <div class="divbody">
    <div class="divbody_left">左边盒子</div>
    <div class="divbody_right">
    
    <table cellspacing="0" border="1" width="100%">
    <tr>
    <td>1</td>
    <td>2</td>
    <td>3</td>
    </tr>
    <tr>
    <td>4</td>
    <td>5</td>
    <td>6</td>
    </tr>
    </table>
    
    
    </div>
    </div>
    
    </body>
    </html>
    

      

  • 相关阅读:
    ajax调接口示例
    JQuery的ready函数与JS的onload的区别详解
    DIV拖拽
    Lasso估计学习笔记(二)
    Lasso估计论文学习笔记(一)
    ubuntu下部署mongodb以及设置允许远程连接
    C#获取Honeywell voyager 1400g扫码后的数据
    vs2015“当前不会命中断点 还没有为该文档加载任何符号”的解决方法
    pyqt4 python2.7 中文乱码的解决方法
    使用pip 提示UnicodeDecodeError: 'ascii' codec can't decode解决方法
  • 原文地址:https://www.cnblogs.com/xupeiyu/p/3621518.html
Copyright © 2020-2023  润新知