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

css培训(三)

时间:2014-11-21 12:24:24      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:io   ar   os   使用   sp   strong   on   bs   html   

  • 优先级
  • z-index

  不设置 或auto   非static

    z-index :0 ;

      z-index:-1;   

  • opacity 与层叠上下

  opacity:.9 对其影响  小于1值   不具备堆叠属性

  • css sprite

  前景背景均可使用

  • line  box

  font-size:0;

  • vertical-align: middle;

  inline level   table level

  • html  body 设置背景色 满屏

  position:absolute;  top:0; left:0;

  -webkit-calc()

  • margin padding

  水平居中

  margin-left:auto;显示情况

  auto自动分配父容器的可用空间

  上下居中

  计算百分比 只参考父容器宽度 不参考高度

 

 

 

 

 

 

 

 

   

css培训(三)

标签:io   ar   os   使用   sp   strong   on   bs   html   

原文地址:http://www.cnblogs.com/yingwo/p/4112293.html

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