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

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

      示例代碼 [www.wf0088.com]
        ●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;


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

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

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