Blogger Information
Blog 29
fans 0
comment 0
visits 46671
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
绝对定位/相对定位
盼盼love的博客
Original
786 people have browsed it

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


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post