专业网站建设品牌,十四年专业建站经验,服务6000+客户--广州京杭网络
免费热线:400-683-0016      微信咨询  |  联系我们

jquery 鼠标触发,抽屉式幻灯片左右切换 - 图片展开收缩代码_js/jQuery

当前位置:网站建设 > 技术支持
资料来源:网络整理       时间:2023/3/4 0:57:42       共计:3607 浏览

 

使用jquery方法,实现抽屉式的图片左右切换展开收缩代码,特效非常绚丽!

<!DOCTYPE html>    
<html>    
<head>    
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />    
<title>SW Family</title>    
<style type="text/css">    
*{margin:0;padding:0;list-style-type:none;}    
a,img{border:0;text-decoration:none;}    
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}    
.pic{width:1100px;height:430px;margin:70px auto 0;}    
.pic ul li{list-style:none;width:100px;height:429px;float:left;}    
.pic .l1{background-image:url(img/1.jpg);}    
.pic .l2{background-image:url(img/2.jpg);}    
.pic .l3{background-image:url(img/3.jpg);}    
.pic .l4{background-image:url(img/4.jpg);width:789px;}    
.txt{width:100px; height:429px;background:#000;filter:alpha(opacity=50);background:rgba(0,0,0,.5);}    
.txt p{color:#fff;font-family:"微软雅黑";float:left;position:relative;}    
.txt .p1{font-size:12px;width:12px;margin:25px 25px 0 20px;}    
.txt .p2{font-size:14px;width:14px;margin-top:25px;}    
</style>    
</head>    
<body>    
<div class="pic">    
	<ul>    
		<li class="l1">    
			<a href="http://www.17sucai.com/" target="_blank">    
				<div class="txt">    
					<p class="p1">作者 : 默默的墨墨</p>    
					<p class="p2">我的个人拉萨之旅||故事之城</p>    
				</div>    
			</a>    
		</li>    
		<li class="l2">    
			<a href="http://www.17sucai.com/" target="_blank">    
				<div class="txt">    
					<p class="p1">作者 : 默默的墨墨</p>    
					<p class="p2">我的个人拉萨之旅||故事之城</p>    
				</div>    
			</a>    
		</li>    
		<li class="l3">     
			<a href="http://www.17sucai.com/" target="_blank">    
				<div class="txt">    
					<p class="p1">作者 : 默默的墨墨</p>    
					<p class="p2">我的个人拉萨之旅||故事之城</p>    
				</div>    
			</a>    
		</li>    
		<li class="l4">              
			<a href="http://www.17sucai.com/" target="_blank">    
				<div class="txt">    
					<p class="p1">作者 : 默默的墨墨</p>    
					<p class="p2">我的个人拉萨之旅||故事之城</p>    
				</div>    
			</a>    
		</li>    
	</ul>    
</div>    
<script type="text/javascript" src="js/jquery.js"></script>    
<script type="text/javascript">    
$(".pic ul li").hover(function(){    
	$(this).stop(true).animate({width:"789px"},500).siblings().stop(true).animate({width:"100px"},500);    
});    
</script>    
</body>    
</html>

这种方法的JS代码非常简单,特效也非常好看,适合比较宽屏的轮播或者幻灯片使用!

版权说明:
本网站凡注明“广州京杭 原创”的皆为本站原创文章,如需转载请注明出处!
本网转载皆注明出处,遵循行业规范,如发现作品内容版权或其它问题的,请与我们联系处理!
欢迎扫描右侧微信二维码与我们联系。
·上一条:jquery + easing.js 点击抽屉式展开收缩/显示隐藏菜单子菜单特效代码_js/jQuery | ·下一条:jQuery 鼠标点击展开/显示和收缩/隐藏导航菜单(子菜单)_js/jQuery

Copyright © 广州京杭网络科技有限公司 2005-2024 版权所有    粤ICP备16019765号 

广州京杭网络科技有限公司 版权所有