背景定位和背景固定

2018-11-26  本文已影响0人  Forever_f59e

background-position

    body{
              background-image:url('bgimage.gif');
              background-repeat:no-repeat;
              background-attachment:fixed;
              background-position:center;
  }

定位方法:

1.top left

2.top center

3.top right

4.center left

5. center right

6.center center

7.bottom center

8.bottom left

9.bottom right

background-attachment

    body{
            background-image:url('bgimage.gif');
            background-repeat:no-repeat;
            background-attachment:fixed;
            background-position:center;
      }
上一篇 下一篇

猜你喜欢

热点阅读