background: #ff0000 url(/i/eg_bg_03.gif) ; 图片 + 颜色

来源:互联网 发布:淘宝购买记录保存多久 编辑:程序博客网 时间:2024/05/21 08:50
<html>
<head>
<style type="text/css">
body
{

background: #ff0000 url(/i/eg_bg_03.gif) no-repeat  center;

background-attachment: fixed;  /* 北京图像固定  */

}
</style>
</head>

<body>
<p>这是一些文本。</p>
<p>这是一些文本。</p>
<p>这是一些文本。</p>
<p>这是一些文本。</p>
<p>这是一些文本。</p>
<p>这是一些文本。</p>
</body>

</html>

0 0