首页 > 其他 > 详细

原来如此

时间:2015-10-21 22:50:28      阅读:338      评论:0      收藏:0      [点我收藏+]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>this is a page</title>
<style type="text/css">
div{width: 200px;
    height: 200px;
    background-color: aqua;
    position: relative;}
.span{width: 200px;
     height: 30px;
     background: red;
     display: block;
     position: absolute;
     bottom: 0px;
     text-align: center;
     display: none;}
div:hover span{display: block;}
</style>
</head>
<body>
<div>
<span class="span">PHP</span>
</div>
</body>
</html>

原来如此

原文:http://my.oschina.net/dongdong11019/blog/520036

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