1css之BackGround属性介绍CSS之Background属性介绍2006-08-23 00:35background可以定义的内容: 
 2css之BackGround属性介绍background : background-color||background-image||background-repeat||background-attachment||background-position 
 3css之BackGround属性介绍------------------------- 
 4css之BackGround属性介绍background-color:transparent|color 
 5css之BackGround属性介绍参数: 
 6css之BackGround属性介绍transparent:背景色透明 
 7css之BackGround属性介绍color:指定颜色。 
 8css之BackGround属性介绍---------------------------------- 
 9css之BackGround属性介绍background-image:none|url(url) 
10css之BackGround属性介绍参数: 
11css之BackGround属性介绍none:无背景图 
12css之BackGround属性介绍url:使用绝对或相对地址指定背景图像 
13css之BackGround属性介绍------------------------------- 
14css之BackGround属性介绍background-repeat:repeat|no-repeat|repeat-x|repeat-
15css之BackGround属性介绍参数: 
16css之BackGround属性介绍repeat:背景图像在纵向和横向上平铺 
17css之BackGround属性介绍no-repeat:背景图像不平铺 
18css之BackGround属性介绍repeat-x:背景图像在横向上平铺 
19css之BackGround属性介绍repeat-y:背景图像在纵向平铺 
20css之BackGround属性介绍说明: 
21css之BackGround属性介绍设置或检索对象的背景图像是否及如何铺排。必须先指定对象的背景图像。 
22css之BackGround属性介绍对应的脚本特性为backgroundRepeat。 
23css之BackGround属性介绍---------------------------- 
24css之BackGround属性介绍background-attachment:scroll|fixed 
25css之BackGround属性介绍参数: 
26css之BackGround属性介绍scroll :  背景图像是随对象内容滚动 
27css之BackGround属性介绍fixed :  背景图像固定 
28css之BackGround属性介绍------------------------------- 
29css之BackGround属性介绍background-position:length||length 
30css之BackGround属性介绍background-position:position||position 
31css之BackGround属性介绍参数: 
32css之BackGround属性介绍length:百分数|由浮点数字和单位标识符组成的长度值。 
33css之BackGround属性介绍position:top|center|bottom| left|center|right 
34css之BackGround属性介绍说明: 
35css之BackGround属性介绍设置或检索对象的背景图像位置。必须先指定background-image属性。默认值为:(0% 0%)。 
36css之BackGround属性介绍如果只指定了一个值,该值将用于横坐标。纵坐标将默认为50%。第二个值将用于纵坐标。 
37css之BackGround属性介绍该属性定位不受对象的补丁属性(padding)设置影响。 
38css之BackGround属性介绍对应的脚本特性为backgroundPosition。 
39css之BackGround属性介绍

相关文章:

  • 2022-12-23
  • 2021-08-28
  • 2022-02-20
  • 2022-12-23
  • 2022-02-07
  • 2021-10-02
  • 2021-08-03
  • 2021-06-04
猜你喜欢
  • 2021-04-28
  • 2021-06-21
  • 2021-05-23
  • 2021-09-15
  • 2021-11-30
  • 2021-07-05
  • 2022-12-23
相关资源
相似解决方案