怎样把一个DIV放到另一个div右下角

如题所述

可以通过绝对定位实现。
父div设置postion:relative;
子div设置postion:absolute;right:0;bottom:0;
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答