论坛首页 Web前端技术论坛

下面的div覆盖上面的div小例子

浏览 1820 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2014-01-08  
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>

<body>
<div style="width:800px;height:600px;border:1px solid black">
  <div style="width:800px;height:100px;border:1px solid black"><h1>这是上面的div</h1></div>
  <div style="background-image:url(https://www.google.com.hk/images/srpr/logo11w.png);position:relative;top:-90px;left:0;width:800px;height:100px;border:1px solid black"></div>
</div>
</body>
</html>
论坛首页 Web前端技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics