博客列表 >绝对定位/相对定位

绝对定位/相对定位

盼盼love的博客
盼盼love的博客原创
2019年01月09日 10:37:45787浏览

<!DOCTYPE html>

<html>

<head>

<title></title>

<meta charset = "utf-8">

</head>

<style type="text/css">

nav{

position: absolute;

z-index: 10;

}

nav ul{

list-style: none;

margin: 0;

padding: 0;

}

nav ul  img{

width:70px;

height:50px;

color: #fff;

font-size: 20px;

font-weight: 600;

display: block;

margin-top:30px;

margin-left:870px;

}

nav ul  img:hover,nav ul  img:visited{

text-decoration: none;

background: rgba(0,0,0,.5);

color: #fff;

top:50%;

left: 30%;

}

.imgw{position: relative;}

</style>

<body>

<nav>

<ul>

<img src="img/love.png"/>

</ul>

</nav>

<div class="imgw">

<img src="http://sc.jb51.net/uploads/allimg/150623/14-150623111Z1308.jpg" alt= "" width="100%">

</div>

</body>

</html>


声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议