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

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

时间:2015-04-25 12:03:27      阅读:196      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!