2009.12.22(3)——背景图片的填充
图片的填充
background:url(图片) repeat
background: url(图片地址)repeat
详细讲解:
repeat 背景图像在纵向和横向上平铺
no-repeat 背景图像不平铺
repeat-x 背景图像在横向上平铺
repeat-y 背景图像在纵向平铺
repeat:3/*重复3次*/
注意:只能在原图的基础上进行重复!而不能像我们的桌面一样进行扩大
background:#FFF url(背景图片地址) no-repeat 50% 0;}
no-repeat不重复
50% 0(水平位置 垂直位置) 水平50%既居中,垂直0px
center 也可
图片的填充
background:url(图片) repeat
background: url(图片地址)repeat
详细讲解:
repeat 背景图像在纵向和横向上平铺
no-repeat 背景图像不平铺
repeat-x 背景图像在横向上平铺
repeat-y 背景图像在纵向平铺
repeat:3/*重复3次*/
注意:只能在原图的基础上进行重复!而不能像我们的桌面一样进行扩大
background:#FFF url(背景图片地址) no-repeat 50% 0;}
no-repeat不重复
50% 0(水平位置 垂直位置) 水平50%既居中,垂直0px
center 也可