jQuery实现鼠标经过图片变亮效果特效代码

版权:原创 更新时间:1年以上
[该文章底部包含文件资源,可根据自己情况,决定是否下载资源使用,时间>金钱,如有需要,立即查看资源]

以下是 jQuery实现鼠标经过图片变亮效果特效代码 的示例演示效果:

当前平台(PC电脑)
  • 平台:

部分效果截图:

jQuery实现鼠标经过图片变亮效果特效代码

HTML代码(index.html):

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery实现鼠标经过图片变亮效果</title>
<style type="text/css">
body{background:#000;}
body,div,ul,li,img{padding:0;margin:0; border:0; list-style:none;}
.all{width:630px; border:1px solid #ccc; margin:100px auto; overflow:hidden; padding:10px 0 0 10px;}
li{width:200px; height:186px; float:left; margin-right:10px; margin-bottom:10px; cursor:pointer;}

</style>
<script type="text/javascript" src="jquery-1.7.2.min.js"></script>
<script type="text/javascript">
$(function(){
	$('li').mouseover(function(e) {
        $(this).siblings().stop().fadeTo(500,0.4);
    });
	$('li').mouseout(function(e) {
        $(this).siblings().stop().fadeTo(500,1);
    });
})
</script>
</head>

<body>
<div class="all" id="box">
	<ul>
		<li><img src="images/01.jpg" width="200" height="186" /></li>
		<li><img src="images/02.jpg" width="200" height="186" /></li>
		<li><img src="images/03.jpg" width="200" height="186" /></li>
		<li><img src="images/04.jpg" width="200" height="186" /></li>
		<li><img src="images/05.jpg" width="200" height="186" /></li>
		<li><img src="images/06.jpg" width="200" height="186" /></li>
	</ul>
</div>
</body>
</html>






附件:下载该文件资源,减少时间成本(增值服务)
留言
该资源可下载
File Source
.rar
243.28 KB
Html JS 图片特效1
最新结算
HTML5 3D效果网页视频背景代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
软件概要设计说明书Word下载
类型: .docx 金额: CNY 0.38¥ 状态: 待结算 详细>
软件概要设计说明书Word下载
类型: .docx 金额: CNY 3.02¥ 状态: 待结算 详细>
.net c#获取声卡信息,声卡数量
类型: .rar 金额: CNY 30.96¥ 状态: 待结算 详细>
.net c#获取声卡信息,声卡数量
类型: .rar 金额: CNY 3.87¥ 状态: 待结算 详细>
.net c#获取电脑的安装软件列表信息,包含名称和版本号
类型: .rar 金额: CNY 30.96¥ 状态: 待结算 详细>
.net c#获取电脑的安装软件列表信息,包含名称和版本号
类型: .rar 金额: CNY 3.87¥ 状态: 待结算 详细>
.net c#获取电脑显示适配器信息
类型: .rar 金额: CNY 30.96¥ 状态: 待结算 详细>
.net c#获取电脑的安装软件列表信息,包含名称和版本号
类型: .rar 金额: CNY 3.87¥ 状态: 待结算 详细>
.net c#获取电脑的安装软件列表信息,包含名称和版本号
类型: .rar 金额: CNY 30.96¥ 状态: 待结算 详细>
各执行环节公正透明,帮助企业完成从赛制策划、活动推广、评委评选到版权转让等系列工作,专业、高效、值得信赖。平均每场赛事可征集到数百至数千组源码作品
合作伙伴
联系我们
  • 邮箱:raozetian@hotmail.com
Copyright 2023-2024 eeigg.com·皖ICP备2024038726号-1
打赏文章