龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > div+css/html >

背景(Background)如何缩写?

时间:2012-12-29 08:41来源:未知 作者:admin 点击:
分享到:
Background背景的属性如下: ●background-color:#f00; ●background-image:url(background.gif); ●background-repeat:no-repeat; ●background-attachment:fixed; ●background-position:00; 可以缩写为一句:background:#f00url(back
  
  Background背景的属性如下:
  ●background-color:#f00; 
  ●background-image:url(background.gif); 
  ●background-repeat:no-repeat; 
  ●background-attachment:fixed; 
  ●background-position:0 0; 
  可以缩写为一句:background:#f00 url(background.gif) no-repeat fixed 0 0;
  语法是background:color image repeat attachment position; 
  你可以省略其中一个或多个属性值,如果省略,该属性值将用浏览器默认值,默认值为:
  ●color: transparent 
  ●image: none 
  ●repeat: repeat 
  ●attachment: scroll 
  ●position: 0% 0% 


收藏文章
表情删除后不可恢复,是否删除
取消
确定
图片正在上传,请稍后...
评论内容为空!
还没有评论,快来抢沙发吧!
按钮 内容不能为空!
立刻说两句吧! 查看0条评论
精彩图集

赞助商链接