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=gb2312" />
<meta name="keywords" content="JS代码,{keyword},JS广告代码,JS特效代码" />
<meta name="description" content="此代码内容为{title},属于站长常用代码" />
<title>{title}</title>
<link rel="stylesheet" href="css/lrtk.css" />
<script type="text/javascript" src="jquery-1.7.2.min.js"></script>
<style type="text/css">

    #featured-wrap {
        position: relative;
        width: 592px;
        height: 96px;
        margin: 0 auto;
    }

    #featured-content {
        overflow: hidden;	
    }

    #featured-content a {
        float: left;	
        margin: 0 5px;
    }

    #featured-content a img {
        border: 1px solid #888;	
        padding: 3px;
        vertical-align: top;
    }

    #featured-preview {
        position: absolute;
        top: -64px;
        left: 0;
        z-index: 90;
        display: none;
        overflow: hidden;
        width: 320px;
        height: 217px;	
    }

    #featured-overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
    }

    #featured-overlay div {
        float: left;
        cursor: e-resize;
        background: red;
        display: none;
        width: 148px;
        height: 96px;
    }

</style>
<script type="text/javascript">

    function showPreview(event) {
        $("#featured-preview").show();
    };

    function hidePreview(event) {
        $("#featured-preview").hide();
    };

    function updatePreview(index) {
        $("#featured-preview img").hide().eq( index ).show();
    };

    function movePreview(event) {
        var content_position = $("#featured-content").offset();

        $("#featured-preview").css("left", event.pageX - content_position.left - 160);
    };

    $(document).ready(function() {
        var content_els		= $("#featured-content a");
        var overlay_wrap	= $("#featured-overlay");
        var overlay_els		= $("div", overlay_wrap)

        overlay_els
            .css('opacity', 0)
            .mousemove( movePreview )
            .mouseenter(function() {
                updatePreview( overlay_els.index( this ) );
            })
            .click(function() {
                window.location.href = content_els.eq( overlay_els.index( this ) ).attr("href");
            })
            .show();

        overlay_wrap
            .mouseenter( showPreview )
            .mouseleave( hidePreview );

    });
</script>
</head>
<body>
	<div id="content">
		<h1>鼠标经过放大图片效果(jQuery)</h1>
		<hr />

		<div id="featured-wrap">
			<div id="featured-content">
				<a href="http://www.jardinesdelte.com/"><img alt="Jardines" src="images/2_s.jpg" /></a>
				<a href="http://101.es/"><img alt="101 - Cientouno" src="images/1_s.jpg" /></a>
				<a href="http://www.missionbicycle.com/"><img alt="Mission Bicycle Company" src="images/3_s.jpg" /></a><a href="http://betyourfollowers.com/"><img alt="Bet Your Followers" src="images/5_s.jpg" /></a>
			</div>
			<div id="featured-preview">
				<img alt="Jardines" src="images/2_b.jpg" />
				<img alt="101 - Cientouno" src="images/1_b.jpg" />
				<img alt="Mission Bicycle Company" src="images/3_b.jpg" />
				<img alt="Bet Your Followers" src="images/5_b.jpg" />
			</div>
			<div id="featured-overlay">
				<div></div><div></div><div></div><div></div>
			</div>
		</div>
</div>
</body>
</html>







CSS代码(lrtk.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;padding:0;}
p{margin:0;padding:7px 0;}
.clear{clear:both;line-height:1px;font-size:1px;}
a{outline-color:#888;}
附件:下载该文件资源,减少时间成本(增值服务)
留言
该资源可下载
File Source
.rar
151.54 KB
Html JS 图片特效5
最新结算
jquery虚拟键盘中文打字效果js代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
jquery虚拟键盘中文打字效果js代码
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
HTML5实现CSS滤镜图片切换特效代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
jQuery头像裁剪插件cropbox js代码
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
jQuery头像裁剪插件cropbox js代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
jQuery+css3实现信封效果
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
我们力求给您提供有用的文章,再此基础上,会附加营收资源,不做任何广告,让平台可以更好发展 若您发现您的权利被侵害,或使用了您的版权,请发邮件联系 sunlifel@foxmail.com ggbig觉得 : 不提供源码的文章不是好文章
合作伙伴
联系我们
  • QQ:21499807
  • 邮箱:sunlifel@foxmail.com
  • QQ扫一扫加QQ
    QQ扫一扫
Copyright 2023-2024 ggbig.com·皖ICP备2023004211号-1
打赏文章