div1 div2 怎么把div2定位到div1的右下角
div2 包含在 div1 里边
找到答案了
<style type="text/css"> .box1 {border:1px #cccccc solid;width:500px;height:200px;position:relative;} .box2 {border:1px #f00 solid; width:198px; height:22px; position:absolute;bottom:0;right:0} </style> <div class="box1"> <div class="box2">333</div></div>
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号