当前位置:首页 > 好好学习 天天向上 > 正文内容

背景图片的定义

voxmt18年前 (2007-03-09)好好学习 天天向上650

  背景图象重复与否 

  background-repeat: 

  repeat | repeat-x | repeat-y | no-repeat 

  注: 

  以上设置标签的意义 

  repeat 图象水平垂直方向都重复。 

  repeat-x 图象水平方向重复。 

  repeat-y 图象垂直方向重复。 

  no-repeat 图象不重复。 

  背景图象是否随滚动条移动: 

  background-attachment:  

  scroll | fixed 

  scroll属于浏览器默认的,也就是随滚动条移动,fixed为不动。 

  给背景图定位:就是设置它显示在哪里.最上面top,还是左边left 

  background-position: 

  | [percentage | length]{1,2} 

  |[top | center | bottom] 

  | [left | center | right]  

  background-position:[percentage | length]是用X(横坐标)y(纵坐标)定义, 

  如background-position: 20px 40px; 

  background-position:[top | center | bottom] 和[left | center | right] 

  是一样的意思了,三个任意两个搭配可以产生不同的效果. 

  可以是background-position:top center;center bottom;top bottom;left,right.....
   
  bottom:下,top:上,left:左,right:右,center:中. 

  全部的设定:
  
{ background: background-color || background-image ||   background-repeat || background-attachment || background-position } 

  例如: 

  BODY {background-image: URL(picture1.jpg); 

  background-position: center; 

  background-repeat: no-repeat; 

  background-attachment: fixed;} 

  定义背景图的属性,位置是居中,不重复码放,且固定。

扫描二维码至手机访问

扫描二维码推送至手机访问。

版权声明:本文由83年生人发布,如需转载请注明出处。

转载请注明出处:http://blog.lihang.name/?id=52

标签: 网页设计
分享给朋友:

相关文章

PowerShadow与ShadowUser的区别

影子系统是个好东西,被保护以后,就算病毒感染,也可以恢复,自从用了影子系统,我的电脑就开始“裸奔”了。 刚开始用的PowerShadow,非常简单,适合菜鸟,保护以后,每次重启都恢复,但是有很多...

Win2008或IIS7的文件上传大小限制解决方案

 1、停止IIS72、找到“C:\Windows\System32\inetsrv\config\schema\IIS_schema.xml”文件。这个文件是只读的,即使用管理员权限也不能修...

用CSS加载外部字体

@font-face { font-family : name ; src : url( url )...

Silverlight网站“运行后一片空白”的解决方案

如果想在IIS服务器上使用Silverlight程序,需要使用xap、XAML文件类型,所以必须在IIS中注册xaml和xap的MIME文件类型。 打开IIS->站点属性->HT...

体验飞一般的感觉 安装Win8后必做的十大优化

安装好Win8后必做的优化:1.关闭家庭组,因为这功能会导致硬盘和CPU处于高负荷状态关闭方法:Win+C – 设置 – 更改电脑设置 – 家庭组 –...

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。