分类: 心情日记 |
<style type=text/css>
<!--
body{
background:url(http://foto.yculblog.com/photo/d/dandanbg/1197929315.jpg
) #ffffff no-repeat fixed!important;
}
-->
</style>
<!--
body{
background:url(http://foto.yculblog.com/photo/d/dandanbg/1197929315.jpg
) #ffffff no-repeat fixed!important;
}
-->
</style>
相关解释:
将括号里面的红字这里填写背景图片地址替换为你所要显示的背景图片地址,
#ffffff表示背景颜色为#ffffff(白色)修改为你想要的背景颜色代码,
repeat表示图片平铺,不平铺改为no-repeat,
scroll表示图片随对象滚动,图片固定不滚动改为fixed,
!important表示这里的设置优先,不要将它去掉,否则有可能会引起冲突,造成显示不正常!