创建一个大的DIV,里面的包含两个DIV是可以自由移动

来源:互联网 发布:windows安装ssh服务 编辑:程序博客网 时间:2024/05/05 11:20

 

创建一个大的DIV,里面的包含两个DIV是可以自由移动

<body>

        <div style="position: relative; background:#DDF8CF;line-height: 50px">
<div style="text-align: center; width: 100%;padding-top: 0px;"><h3>定&nbsp;位&nbsp;系&nbsp;统</h3></div>
<div style="position: absolute;top:0px;right: 0;margin-right: 20px;">我要评价啦</div>
         </div>

 </body>



0 0