css中相对定位和绝对定位

相对定位:

#box_relative { position: relative; left: 30px; top: 20px; }

绝对定位:


#box_relative { position: absolute; left: 30px; top: 20px; }

posted on 2018-11-21 10:37  LoaderMan  阅读(150)  评论(0编辑  收藏  举报

导航