久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      css如何設(shè)置背景圖片不平鋪

      方法:1、使用background-attachment屬性,語法“background-attachment:fixed”;2、使用background-repeat屬性,語法“background-repeat:no-repeat”。

      css如何設(shè)置背景圖片不平鋪

      本教程操作環(huán)境:windows7系統(tǒng)、CSS3&&HTML5版、Dell G3電腦。

      背景圖片不重復(fù)不平鋪,可以這樣設(shè)定背景:

      1、這樣背景圖片就會(huì)固定住,不會(huì)因頁面滾動(dòng)而重復(fù)。

      <body style="background-image: url("圖片文件地址"); background-attachment: fixed;">

      2、使圖在任何大小的屏幕都不會(huì)顯示重復(fù),可以這樣設(shè)定背景(圖像不平鋪):

      <body style="background-image: url("圖片文件地址"); background-repeat:no-repeat;">

      推薦學(xué)習(xí):css視頻教程

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)