![]() |
看到不少新浪网友都在找新浪博客背景代码。现在我就提供给大家。
一 固定背景图片的代码:
<style>body {background:url("http://album.sina.com.cn/pic/46db763d02000ihv") repeat fixed!important;}<style>
固定背景代码:就是你拉动滚动条的时候,图片比动,始终固定,和我首页一样!
二 滚动的大背景代码:
<style>body {background:url("页面大背景图片地址") repeat scroll!important;}</style>
滚动背景代码:随着你拉动滚动条而上下滚动,适合小图片,什么闪烁的星星之类的!图片很小即可,它会自动平铺!
三 背景透明代码:
<STYLE type=text/css>body
{background:#transparent) repeat scroll!important;}</STYLE>