欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

背景图设置

程序员文章站 2022-03-29 12:06:23
...
body {
    background-attachment: fixed;
    background-image: url("http://ww4.sinaimg.cn/large/4a7d0539jw1dwnvqweipej.jpg");
    background-position: center center;
    background-repeat: repeat;
}

还真没给body设过这个背景,也没有用过这几个属性,

还有我们平常用的好几个图样放在一个大图里,然后在好多个地方用
{
    background-position: 0 -76px;
    color: #222222;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    padding-left: 1px;
}
{
    [b]background[/b]: url("../images/main/jobMain.gif") no-repeat scroll 0 0 transparent;
}