标签:背景图 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{
}
标签:背景图 pos nbsp round web url fixed 选择器 选择
原文地址:http://www.cnblogs.com/weinerback190101/p/7300697.html