把一张图片作为背景平铺上去,类似于电脑桌面背景的平铺
body
{
background:url(背景图片地址) no-repeat;
background-position:top;
background-attachment:scroll; /跟据页面滚动而动,background-attachment:fixed;背景不动
}
把一张图片作为背景平铺上去,类似于电脑桌面背景的平铺
body
{
background:url(背景图片地址) no-repeat;
background-position:top;
background-attachment:scroll; /跟据页面滚动而动,background-attachment:fixed;背景不动
}
转载于:https://www.cnblogs.com/feifei/archive/2011/02/17/1957199.html