`
java_frog
  • 浏览: 244411 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

背景图设置

阅读更多
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;
}

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics