码迷,mamicode.com
首页 > 其他好文 > 详细

Div定位

时间:2018-09-19 00:36:35      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:top   pad   文档流   tom   窗口   修改   默认   nbsp   ott   

一、内外边距

 1.外边距(margin):margin-top、margin-left、margin-right、margin-bottom

如图:

 2.内边距(padding):padding-left|padding-top、padding-left、padding-buttom

如图所示

二、定位(position)

 1.static(默认)

  在没有对POSITION进行修改时,默认为static,同文档流一样,从上到下排列

如图

代码:

 2.relative(相对定位)

  相对于该盒子原本的位置进行移动。

 3. absolute(绝对定位-页面)

 4.fixed(绝对定位-窗口)

Div定位

标签:top   pad   文档流   tom   窗口   修改   默认   nbsp   ott   

原文地址:https://www.cnblogs.com/dcpnet/p/9672222.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!