码迷,mamicode.com
首页 > 其他好文 > 详细

10yue13biji

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

标签:position   relative   black   white   color   

<!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

标签:position   relative   black   white   color   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!