首页 > 其他 > 详细

10yue13biji

时间:2016-10-14 07:52:14      阅读:179      评论:0      收藏:0      [点我收藏+]

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title></title>

<style >

#ff{

position: relative;

}

.ff2{

width: 200px;

height: 200px;

background-color: green;

position: relative; /*相对定位:相对于自己原来的位置*/

top:-50px;

left:100px;

}

.ff3{

width: 1024px;

height: 50px;

background-color: black;

position: relative;

top: -627px;

}

ul{

list-style: none;

}

li{

width: 200px;

height: 50;

color: white;

float: left;


}

</style>

</head>

<body>

<img id="ff" src="../../2.jpg" alt="tu1";>

<div class="ff3">

<img src="../3.png" style="width: 150px;height: 50px;">

<ul>

<li>官网首页</li>

</ul>

</div>

</div>

<div class="ff2"></div>

</body>

</html>


10yue13biji

原文:http://12155715.blog.51cto.com/12145715/1861673

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!