欧美日韩精品在线,国内精品久久久久久久久,一级毛片恃级毛片直播,清纯唯美亚洲综合欧美色

背景(Background)如何縮寫(xiě)?_Div+CSS教程

編輯Tag賺U幣
教程Tag:暫無(wú)Tag,歡迎添加,賺取U幣!
  
  Background背景的屬性如下:

示例代碼 [m.dounai2.com]
  ●background-color:#f00;
  ●background-image:url(background.gif);
  ●background-repeat:no-repeat;
  ●background-attachment:fixed;
  ●background-position:0 0;

  可以縮寫(xiě)為一句:background:#f00 url(background.gif) no-repeat fixed 0 0;
  語(yǔ)法是background:color image repeat attachment position;


  你可以省略其中一個(gè)或多個(gè)屬性值,假如省略,該屬性值將用瀏覽器默認(rèn)值,默認(rèn)值為:

示例代碼 [m.dounai2.com]
  ●color: transparent
  ●image: none
  ●repeat: repeat
  ●attachment: scroll
  ●position: 0% 0%

來(lái)源:無(wú)憂整理//所屬分類:Div+CSS教程/更新時(shí)間:2007-01-11
相關(guān)Div+CSS教程