背景图设置
程序员文章站
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; }
上一篇: DataTable拷贝DataRow
下一篇: css 设置元素背景为透明