2005-12-02

网页中背景样式表的应用

来源: 本站收集整理 作者:佚名 评论 0 条
 
1.重复背景.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">

<HTML>

  <HEAD>

    <TITLE>Setting the canvas background</TITLE>

    <STYLE type="text/css">

       BODY { background: url("http://style.com/marble.png") }

    </STYLE>

  </HEAD>

  <BODY>

    <P>My background is marble.

  </BODY>

</HTML>

2.重复背景.
BODY { background-image: url("marble.gif") }

P { background-image: none }
 
3.在x或Y方向上重复
 
BODY { 

  background: white url("pendant.gif");

  background-repeat: repeat-y;

  background-position: center;

}
 
4.在x或Y方向上重复时当拖动滚动条时,定位不移动.
 
BODY { 

  background: red url("pendant.gif");

  background-repeat: repeat-y;

  background-attachment: fixed;

}


(本文仅表明作者个人观点,不代表本站及其管理员立场.) 推荐 收藏 投稿 打印 返回 关闭
上一篇:CSS 陈列馆-收集站精选  
下一篇:在DreamWeaver中编写CSS的一些习惯建议
    评论加载中…
 推荐文章
     

网站首页  -  网站地图 -   站长论坛  -  网站投稿  -    -  网站管理
Copyright © 2008 芜湖站长站 All Rights Reserved 皖ICP备07500611号