1.4 CSS 常见属性3 背景 body {background-color: gray;} body {background-image : url(xxx.gif);} 注:背景属性都不能继承
28.
1.4 CSS 常见属性3 背景 图片背景相关属性 body { background-image:url(xxx.gif); background-repeat:no-repeat; background-position:50px 100px; background-attachment:fixed; } background-position: center top bottom right left Px % DEMO1.4.3
29.
1.4 CSS 常见属性3 背景 body {background-color: gray;} body {background-image : url(xxx.gif);} css sprites :图片合并技术 DEMO1.4.3 注:背景属性都不能继承