您现在的位置: 万盛学电脑网 >> 程序编程 >> 网页制作 >> DivCSS教程 >> 正文

设置divcss背景的技巧介绍

作者:佚名    责任编辑:admin    更新时间:2022-06-22

大家知道设置divcss背景的技巧吗?下面我们就给大家详细介绍一下吧!我们积累了一些经验,在此拿出来与大家分享下,请大家互相指正。

背景的属性如下:

background-color:#f00;

background-image:url(background.gif);

background-repeat:no-repeat;

background-attachment:fixed;

background-po sition:00;

可以缩写为一句:

background:#f00 url(background.gif) no-repeat fixed 0 0;

语法是background:color image repeat attachment po sition;

你可以省略其中一个或多个属性值,如果省略,该属性值将用浏览器默认值,默认值为:

color: transparent

image: none

repeat: repeat

attachment: scroll

po sition: 0% 0%

相信大家已经学会设置divcss背景的技巧吧!感谢大家对我们网站的支持!

相关推荐:

怎么设置divcss边框呢