• 23、css的定位问题


    1、positon:relative相对定位

    <!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>position:relative定位</title>
    <style type="text/css">
        html,body,div{
                        margin:0;   
                        padding:0;  
                        list-style:none;
        }
        .center{
                    margin:30px;
                    border:#999999 solid 10px;
                    400px;
                    height:300px;
                    background:#FFFF00;
        }
        .div1{
                200px;
                height:150px;
                background:#0099FF;
                position:relative;/*相对于元素本身在文档中应该出现的位置来移动这个元素*/
                top:-20px;
                left:0px;
        }
        .div2{
                400px;
                height:150px;
                font-size:30px;
                font-weight:bold;
                color:#fff;
                background:#FF0000;
        }
    </style>
    </head>
    
    <body>
        <div class="center">
            <div class="div1">div1</div>
            <div class="div2">div2 position:relative定位测试</div>
        </div>
    </body>
    </html>

    2、postion:absolute绝对定位

    <!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>position:absolute定位</title>
    <style type="text/css">
        html,body,div{
                        margin:0;   
                        padding:0;  
                        list-style:none;
        }
        .center{
                    margin:30px;
                    border:#999999 solid 10px;
                    400px;
                    height:300px;
        }
        .div1{
                200px;
                height:200px;
                background:#0099FF;
                /*设定TRBL  //设定了absolute之后,会相对于static定位以外的第一个父元素进行定位
                    1、当设定了left和top时会根据浏览器左上角来进行定位,
                    2、否则会根据其父元素的左上角来进行定位
                */
                position:absolute;
                left:0px;
                top:0px;
        }
        .div2{
                400px;
                height:300px;
                font-size:30px;
                font-weight:bold;
                color:#fff;
                background:#FF0000;
        }
    </style>
    </head>
    
    <body>
        <div class="center">
            <div class="div1"></div>
            <div class="div2">position:absolute定位测试</div>
        </div>
    </body>
    </html>

     3、 这回是真的定住不动啦

    <html>
      <head>
        <base href="<%=basePath%>">
        <title>My JSPstarting page</title>
        <style type="text/css">
            div{
                50%;
                height:150px;
                position:absolute;
                top:200px;
                left:10px;
                background-color: blue;
            }
        </style>
        <script type="text/javascript" src="jquery-1.4.2.js"></script>
        <script type="text/javascript">
            $(document).ready(function(){
            var top=$("#fixed").offset().top;
                $(window).scroll(function(){
                     var offset = top + $(document).scrollTop();
                     $("#fixed").offset({top:offset});
                })
            })
        </script>
      </head>
      <body>
        <div id="fixed">
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            
            
            
                    sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            
            
            
                    sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            
            
            
                    sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            
            
            
                    sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            
            
            
            
                    sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            
            
            
            
                    sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            
            
            
                    sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            
            
            
            
                    sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            
            
            
            
                    sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            
            
            
            
                    sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            
            
            
            
                    sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            
            
            
            
                    sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            sdfsd<br>
            
        </div>
      </body>
    </html>

  • 相关阅读:
    SQL中sum(),avg()等统计结果为null的解决方法 dodo
    DRM内容数据版权加密保护技术学习(上):视频文件打包实现(转) dodo
    如何使用VS2008打开VS2010的解决方案 dodo
    winform程序读取和改写配置文件App.config元素的值 dodo
    Gamification:互联网产品的游戏化设计思路 dodo
    打包发布WinForm应用程序 dodo
    使用HttpHandler做文件过滤器,验证下载文件权限 dodo
    c# cookie使用 dodo
    Balsamiq Mockups 小技巧 dodo
    Snacktools:一套基于Web应用的富媒体编辑器 dodo
  • 原文地址:https://www.cnblogs.com/weizhen/p/5887311.html
Copyright © 2020-2023  润新知