您的位置:首页 > Web前端 > CSS

[导入]学习网页制作: 用CSS来控制网页背景

2007-08-11 15:45 411 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: