本文主要是介绍创建一个大的DIV,里面的包含两个DIV是可以自由移动,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
创建一个大的DIV,里面的包含两个DIV是可以自由移动
<body>
<div style="position: relative; background:#DDF8CF;line-height: 50px"><div style="text-align: center; width: 100%;padding-top: 0px;"><h3>定 位 系 统</h3></div>
<div style="position: absolute;top:0px;right: 0;margin-right: 20px;">我要评价啦</div>
</div>
</body>
这篇关于创建一个大的DIV,里面的包含两个DIV是可以自由移动的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!