首页 > 其他 > 详细

鼠标滑过图层或图片时,显示TITLE标题提示特效

时间:2015-04-25 12:02:44      阅读:261      评论:0      收藏:0      [点我收藏+]
<!doctype html>
<html lang="en">
<head>
 <meta charset="UTF-8">
 <title>网页特效频道 |石家庄绿植租赁|石家庄电缆附件</title>
 <style>
.wrap{}
.wrap .box{border:2px solid red;width:200px;height:200px;float:left;margin-right: 10px;margin-bottom: 10px;}
.wrap .box:hover h1{display:block;}
.wrap .box h1{background:#333;color:white;display:none;}
 </style>
</head>
<body>
 <div class="wrap">
  <div class="box">
   <h1>阿里西西</h1>
  </div>
  <div class="box">
   <h1>网页特效</h1>
  </div>
  <div class="box">
   <h1>JS特效</h1>
  </div>
  <div class="box">
   <h1>网页制作教程</h1>
  </div>
  <div class="box">
   <h1>js.alixixi.com</h1>
  </div>
  <div class="box">
   <h1>网页模板</h1>
  </div>
 </div>
</body>
</html>

 

鼠标滑过图层或图片时,显示TITLE标题提示特效

原文:http://www.cnblogs.com/zhaozzm/p/4455631.html

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