php鼠标滑过跳出别的,鼠标经过出现气泡框实现方法

鼠标特效现在也层出不穷,本文主要为大家带来一篇鼠标经过出现气泡框的简单实例,小编觉得挺不错的,现在就分享给大家,也给大家做个参考。一起跟随小编过来看看吧,希望能让更好的掌握鼠标特效。

今天看到一个css效果不错,转一下

1. html

Animated Menu Hover 1

$(document).ready(function(){

$(".menu li").hover(function() {

$(this).find("em").animate({opacity: "show", top: "-75"}, "slow");

}, function() {

$(this).find("em").animate({opacity: "hide", top: "-85"}, "fast");

});

});

body {

margin: 10px auto;

width: 570px;

font: 75%/120% Arial, Helvetica, sans-serif;

}

.menu {

margin: 100px 0 0;

padding: 0;

list-style: none;

}

.menu li {

padding: 0;

margin: 0 2px;

float: left;

position: relative;

text-align: center;

}

.menu a {

padding: 14px 10px;

display: block;

color: #000000;

width: 144px;

text-decoration: none;

font-weight: bold;

background: url('http://files.jb51.net/file_images/article/201703/button.gif') no-repeat center center;

}

.menu li em {

background: url('http://files.jb51.net/file_images/article/201703/hover.jpg') no-repeat;

width: 180px;

height: 45px;

position: absolute;

top: -85px;

left: -15px;

text-align: center;

padding: 20px 12px 10px;

font-style: normal;

z-index: 2;

display: none;

}

2. js

$(document).ready(function(){

$(".menu li").hover(function() {

$(this).find("em").animate({opacity: "show", top: "-75"}, "slow");

}, function() {

$(this).find("em").animate({opacity: "hide", top: "-85"}, "fast");

});

});

3. 效果图

f0179796eb217e9ed120964bd46d2110.png

大家学会了吗?赶紧动手尝试一下吧。

相关推荐:

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值