[导入]学习网页制作: 用CSS来控制网页背景
Tags: background css html quickd
Posted by: imkevin
Highlights and Sticky Notes:
图片是否重复显示 background-repeat
·定位图片显示位置 background-position
控制图片是否滚动 background-attachment
body{background-image:url('file&:///C:/WINDOWS/BACKGRND.GIF');background-repeat:no-repeat;background-attachment:fixed}
body{background:green url('file&:///C:/WINDOWS/BACKGRND.GIF') fixed 100px 50px no-repeat}
文章来源:http://www.webshu.net/jiaocheng/web/CSS/200606/3763.html
by Kevin wu