jQuery图片淡出淡入效果特效代码

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

以下是 jQuery图片淡出淡入效果特效代码 的示例演示效果:

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

部分效果截图:

jQuery图片淡出淡入效果特效代码

HTML代码(index.html):

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta http-equiv="imagetoolbar" content="no" />
	<title>jQuery多图片淡出淡入</title>
	<link rel="stylesheet" href="style.css" />
	<style>
		.container {
			position: relative;
			width: 480px;	
			height: 360px;
			margin: 0 auto;
		}

		.container img {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 10;
		}
				
		.container span {
			position: absolute;
			top: 20px;
			left: 10px;	
			width: 440px;
			padding: 10px;
			color: #FFF;
			background: url('images/bg.png');
			z-index: 11;
		}

		.container span a {
			float: right;
			color: #FFF;
			font-size: 12px;
		}
		
		.tooltip {
			position: absolute;
			display: none;
			padding: 3px 10px;
			background: #fff;
			color: #222;
			border: 1px solid #CCC;
			font-family: Arial;
			font-size: 10px;
			text-transform: uppercase;
			letter-spacing: 1px;
			z-index: 11;
		}
	</style>
	<script type="text/javascript" src="jquery-1.8.2.min.js"></script>
	<script language="javascript">
		$(document).ready(function() {

			$(".container img:first-child").addClass('last');

			$(".container img").click(function() {
				$(this).fadeOut('normal', function() {

					if ( $(this).hasClass('last') ) {
						$("img", $(this).parent()).css('z-index', 10);

					} else {
						$(this).css('z-index', 9)
					}

					$(this).show();	
				});
			});

			// show tooltip when the mouse is moved over container
			$(".container").mouseenter(function() {
				$(".tooltip", this).show();
				
			}).mousemove(function(e) {
				// update position
				$(".tooltip", this).css({
					'top'	: e.pageY - this.offsetTop + 8,
					'left'	: e.pageX - this.offsetLeft + 15
				});
				
			}).mouseleave(function() {
				$(".tooltip", this).hide();
				
			}).append('<div class="tooltip">Next</div>');

			// hide tooltip when the mouse is moved over caption
			$(".container span").mouseenter(function() {
				$(".tooltip", $(this).parent()).hide();
				
			}).mouseleave(function() {
				$(".tooltip", $(this).parent()).show();
			});
				
		});
	</script>
</head>
<body>
	<div id="content">
		<h1>jQuery多图片淡出淡入效果</h1>
		<div class="container">
			<img src="images/bmw_3.jpg" alt="" />
			<img src="images/bmw_2.jpg" alt="" />
			<img src="images/bmw_1.jpg" alt="" />
			<span>BMW Gran Turismo <a href="javascript:;">Read more</a></span>
		</div>
		<p>&nbsp;</p>
		<div class="container">
			<img src="images/lamborghini_3.jpg" alt="" />
			<img src="images/lamborghini_2.jpg" alt="" />
			<img src="images/lamborghini_1.jpg" alt="" />
			<span>Lamborghini Gallardo LP550-2 <a href="javascript:;">Read more</a></span>
		</div>
	</div>
</body>
</html>





CSS代码(style.css):

body{background:#EEE;font-family:"Trebuchet MS",Verdana,Arial,sans-serif;font-size:14px;line-height:1.6;}
#content{width:750px;margin:50px auto;padding:20px;background:#FFF;border:1px solid #CCC;}
h1{margin:0;}
hr{border:none;height:1px;line-height:1px;background:#CCC;margin-bottom:20px;}
附件:下载该文件资源,减少时间成本(增值服务)
留言
该资源可下载
File Source
.rar
439.58 KB
Html Js 图片切换触摸4
最新结算
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
打赏文章