css3技术

背景(Background)如何缩写?_div+css布局教程

字号+ 作者:H5之家 来源:H5之家 2015-09-28 14:14 我要评论( )

背景(Background)如何缩写?,学习背景(Background)如何缩写?,背景(Background)如何缩写?,查看背景(Background)如何缩写?,Background背景的属性如下: Example

  
  Background背景的属性如下:

div css xhtml xml Example Source Code

Example Source Code []

  ●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;

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

div css xhtml xml Example Source Code

Example Source Code []

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


 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
网友点评