渣渣 发表于 2014-12-21 21:40:00

全集背景固定CSS


.tb-shop {
background: url(插入背景图片地址
}还有一种<font color="#000000">body {
background-image: url(插入背景图片);)
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center top;
}</font>




大猪 发表于 2014-12-21 23:37:28

:victory:
页: [1]
查看完整版本: 全集背景固定CSS