怎么把一个DIV放到另一个div右下角
展开全部
<div style="background-color:blue;height:300px;width:300px;float:left;"></div>
<div style="background-color:red;height:300px;width:300px;position: relative;left:300px;top:300px"></div>
IE用这个
<div style="background-color:blue;height:300px;width:300px;float:left;"></div>
<div style="background-color:red;height:300px;width:300px;position: relative;left:-3px;top:300px"></div>
<div style="background-color:red;height:300px;width:300px;position: relative;left:300px;top:300px"></div>
IE用这个
<div style="background-color:blue;height:300px;width:300px;float:left;"></div>
<div style="background-color:red;height:300px;width:300px;position: relative;left:-3px;top:300px"></div>
追问
是放的右下角我有代码您看看改哪现在位置是左下角
追答
加上 right:0px
展开全部
用 margin 定位 控制第二个div的位置就行了
代码如下:
<div style="background-color:#000; width:300px; height:300px">
<div style="background-color:#106; width:100px; height:100px; margin-top:200px; margin-left:200px">
</div>
</div>
代码如下:
<div style="background-color:#000; width:300px; height:300px">
<div style="background-color:#106; width:100px; height:100px; margin-top:200px; margin-left:200px">
</div>
</div>
追问
是放的右下角我有代码您看看改哪现在位置是左下角
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<div style="width:281px; height:246px; position:relative; background-color:yellow">
<div style="width:81px; height:46px; position:absolute; bottom:0px; right:0;background-color:red"> </div>
</div>
控制right。
<div style="width:81px; height:46px; position:absolute; bottom:0px; right:0;background-color:red"> </div>
</div>
控制right。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询