您的位置:首页 > 其它

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

2015-04-25 11:28 489 查看
<!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>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: