浏览 1820 次
锁定老帖子 主题:下面的div覆盖上面的div小例子
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2014-01-08
<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> 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |