RSS
热门关键字:  命名  body  hack  !mi  !im
当前位置 :| 主页>div+css>基础教程>

背景(Background)如何缩写?

来源:[标签:出处] 作者:[标签:作者] 时间:2008-02-19 点击:

  Background背景的属性如下:

  ●background-color:#f00;
  ●background-image:url(background.gif);
  ●background-repeat:no-repeat;
  ●background-attachment:fixed;
  ●background-position:0 0;

  可以缩写为一句:background:#f00 url(background.gif) no-repeat fixed 0 0;
  语法是background:color image repeat attachment position;


  你可以省略其中一个或多个属性值,如果省略,该属性值将用浏览器默认值,默认值为:

  ●color: transparent
  ●image: none
  ●repeat: repeat
  ●attachment: scroll
  ●position: 0% 0%

最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册
栏目列表