css 缩写样式

缩写总结
1.background :background-color  background-image background-repeat background-attachment background-position
      颜色  图片 重复(norepeat/repeate-x/repeate-y/repeate)  固定(scroll/fixed/inherit)  位置(top/left)
      background: #444444 url(image.png) no-repeat fixed top;
2.border: border-width border-style border-color
   border:1px solid red;
3. font :font-style font-variant font-weight font-size font-family
    字体样式 异性字体 字体粗细 大小/行高 字体系列
4  list-style:list-style-type list-style-position list-style-image
     标志样式 位置 图片

posted on 2011-08-16 14:42  little jerry  阅读(244)  评论(0编辑  收藏  举报

导航