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

web的定位,背景图

时间:2017-08-07 19:19:00      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:背景图   pos   nbsp   round   web   url   fixed   选择器   选择   

1)固定定位position:fixed;
  参照物:浏览器窗口

2)相对定位position:relative;
  参照物:自己在改变位置之前的位置


3)绝对定位position:absolute;
参照物:已经设置了相对定位的父元素
  top:距离父元素的上距离
  left:距离父元素的左距离

 

背景图:
background-img:url();
平铺
background-repeat:no-repeat/repeat-x/repeat-y;
背景图位置
background-position:横坐标 纵坐标/center;

选择器:
id class tag
后代 #box span
子 #box>span
交集选择器 #box,#box1
伪类
标签:hover{

}

web的定位,背景图

标签:背景图   pos   nbsp   round   web   url   fixed   选择器   选择   

原文地址:http://www.cnblogs.com/weinerback190101/p/7300697.html

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