码迷,mamicode.com
首页 > Web开发 > 详细

CSS定位

时间:2015-08-31 15:03:25      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:

1. 定位,改变元素在页面上的位置

2. CSS定位机制:

普通流:元素按照其在HTML中的位置顺序决定排布的过程

浮动

float: left right none inherit

clear: left right both inherit

绝对布局

3. 定位属性

坐标轴方向:分清楚两个轴的方向跟我们左右手对比

static对偏移量(left top),z-index无效

z-index,值谁大谁在上面

positio: static relative absolute fixed

top bottom left right

overflow clip

vertical-align

z-index

CSS定位

标签:

原文地址:http://www.cnblogs.com/htmlphp/p/4772913.html

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