`
tsailer
  • 浏览: 53064 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类

one div as the other one's background

    博客分类:
  • CSS
阅读更多
method 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title> new document </title>
  <meta name="generator" content="editplus" />
  <meta name="author" content="" />
  <meta name="keywords" content="" />
  <meta name="description" content="" />
  <style type="text/css">
  <!--
.top{height:200px;width:300px;background:#FF0000;z-index:11;position:absolute;}
.back{height:200px;width:300px;background:#00FF00;position:absolute;z-index:0;}

  -->
  </style>
</head>

<body>
<div class="top"></div>
<div class="back"></div>
</body>
</html>
method 2

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title> new document </title>
  <meta name="generator" content="editplus" />
  <meta name="author" content="" />
  <meta name="keywords" content="" />
  <meta name="description" content="" />
  <style type="text/css">
  <!--
.back{height:200px;width:300px;background:#00FF00;}
.top{height:200px;width:300px;background:#FF0000;margin-top:-200px;}

  -->
  </style>
</head>

<body>
<div class="back"></div>
<div class="top"></div>
</body>
</html>
method 3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title> new document </title>
  <meta name="generator" content="editplus" />
  <meta name="author" content="" />
  <meta name="keywords" content="" />
  <meta name="description" content="" />
  <style type="text/css">
  <!--
.back{height:200px;width:300px;background:#00FF00;}
.top{height:200px;width:300px;background:#FF0000;position:absolute;}

  -->
  </style>
</head>
<body>
<div class="top"></div>
<div class="back"></div>
</body>
</html>
分享到:
评论

相关推荐

    div css background背景

    在提供的文档“div css background背景.doc”中,可能包含了更详细的代码示例和实践案例,建议查看以加深理解。对于初学者来说,通过动手实践和不断调整背景属性,可以更好地掌握这个重要技能。记住,良好的网页设计...

    css3实现一个div设置多张背景图片及background-image属性实例演示

    在CSS3中,`background-image`属性极大地扩展了对背景图片处理的能力,使得在一个单一的HTML元素(如div)上设置多个背景图片成为可能。这个特性显著提高了网页设计的灵活性和创意性,减少了以往需要通过嵌套div来...

    闪烁的div、高亮的div层

    在网页设计和开发中,"闪烁的div"和"高亮的div层"通常涉及到动态效果和用户交互的实现。这些技术主要应用于吸引用户的注意力,提供反馈,或者创建引人入胜的用户体验。下面我们将详细探讨这个主题,包括相关概念、...

    A Most Elegant Equation: Euler’s Formula and the Beauty of Mathematics

    winning science writer introduces us to mathematics using the extraordinary equation that unites five of mathematics' most important numbers&lt;/b&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Bertrand Russell wrote that ...

    DIV 拖放层 DRAG the DIV

    DIV 拖放层 DRAG the DIV 实现版面的灵活配置,版面布局的灵活

    让div圆角显示

    &lt;div class="rtop"&gt;&lt;div class="r1"&gt;&lt;/div&gt;&lt;div class="r2"&gt;&lt;/div&gt;&lt;div class="r3"&gt;&lt;/div&gt;&lt;div class="r4"&gt;&lt;/div&gt;&lt;/div&gt; ͼƬԲDZ &lt;div class="rtop"&gt;&lt;div class="r4"&gt;&lt;/div&gt;&lt;div class="r3"&gt;&lt;/div&gt;&lt;div class=...

    鼠标移动到div上显示制定信息或者div(自适应显示位置)

    在网页设计中,有时我们需要实现一个功能:当用户将鼠标悬停在某个div元素上时,显示特定的信息或另一个div。这个功能可以增强用户体验,帮助用户更好地理解和操作页面。本教程将详细介绍如何实现这一功能,并确保...

    div100%平铺 浏览器缩小或在手机上查看 div背景显示不全bug的解决.rar

    若希望背景图片平铺,我们需要将其设置为`background-repeat: repeat`,这样图片会在水平和垂直方向上重复,以填充整个`div`。 然而,当浏览器窗口缩小或在移动设备上查看时,`div`的宽度和高度可能不足以显示完整...

    拖动多个div

    在网页设计中,`div` 是一个非常基础且重要的元素,它用于定义页面上的一个区域或容器。在标题“拖动多个div”中,我们关注的是如何使一个或多个 `div` 元素变得可拖动,即用户可以通过鼠标进行交互,自由地在页面上...

    js控制div全屏

    在网页设计中,有时我们需要将某个`div`元素设置为全屏显示,以提供沉浸式的用户体验或特定功能的实现。JavaScript(简称js)作为一种强大的客户端脚本语言,可以帮助我们轻松实现这一需求。在这个项目中,我们使用...

    DIV的Style常用属性

    例如:&lt;div style="background-color:Black;width:500px;height:500px;margin:5px 10px 20px 30px;"&gt;&lt;/div&gt; Margin 属性可以分别设置四个边的距离: * Margin-left:到父容器左边框的距离 * Margin-right:到父...

    DIV进阶效果集(圆角div、div自适应宽度、背景色渐变等)

    background: linear-gradient(to right, red, blue); } ``` 对于多行文本的`div`,我们可能需要让其高度自动适应内容。`overflow: auto`配合`display: block`可以实现这一目标,同时添加`white-space: normal`以...

    通过js获取div的background-image属性

    之前没有注意过div的background-image这个属性,只是设置它的url,今天遇到一个问题特此做一下记录。 代码如下: &lt;div id=”img_2″ xss=removed xss=removed&gt;&lt;/div&gt; 在js中想获取image属性 代码如下: document....

    OnePageNav单页滚动导航插件用法简介

    OnePageNav是一款流行的JavaScript插件,专为单页面网站设计,用于实现响应式的滚动导航功能。这个插件能够轻松地将导航菜单项与页面上的各个部分进行同步,当用户滚动页面时,相应的导航链接会自动激活,提供优秀的...

    div模式窗口-div模式窗口

    在本主题中,我们将深入探讨`div`模式窗口的概念、用途、以及如何使用CSS进行样式控制。 1. `div`元素介绍: `div`元素是HTML5中的一个通用容器,它的主要功能是将内容分组,以便应用样式或进行脚本操作。`&lt;div&gt;`...

    实用div的hover动画效果

    transition: background-color 0.5s ease; } div:hover { background-color: #f00; } ``` 这里的`transition`属性定义了过渡效果,`0.5s`表示过渡时间,`ease`是缓动函数,使颜色变化更自然。 更进一步,我们...

    Jquery弹出div层窗口以及div屏幕居中,背景滤镜效果,div拖拽效果

    transition: background-color 0.5s ease; } body.shaded { background-color: rgba(0, 0, 0, 0.5); } ``` 然后,使用jQuery切换类来改变背景: ```javascript $("#toggleFilter").click(function() { $("body...

    EKF_One_Div_Unline_System_ekfmatlab_

    本程序“EKF_One_Div_Unline_System_ekfmatlab_”则专门针对一个简单的非线性系统,展示了如何利用MATLAB实现EKF滤波器设计。 扩展卡尔曼滤波是经典卡尔曼滤波的扩展,适用于非线性动态系统。卡尔曼滤波器基于...

    纯CSS3实现DIV高亮显示特效

    transition: background-color 0.3s, border-width 0.3s; } div:hover { background-color: #ffcc00; border-width: 3px; } ``` 在这个例子中,当鼠标悬停在`div`上时,背景颜色会从灰色平滑过渡到黄色,同时...

    拖动div到另一个div中

    标题“拖动div到另一个div中”描述的就是这样一个功能,即实现一个div元素能够被拖动并放置到另一个div内,同时显示被拖动div的ID。这个功能在各种应用场景中都很有用,如文件管理器、布局构建器或富文本编辑器等。 ...

Global site tag (gtag.js) - Google Analytics