<!DOCTYPE html>
<head>
<title>jQuery图片动态信息显示幻灯效果</title>
<style>
.galleryContainer {width: 1024px;}
.galleryImage { background-color:black; width:325px; height:260px; overflow:hidden; margin:5px; float:left;}
.info { margin-left:10px; font-family:arial;padding:3px;}
.info h2 { color:gray;}
.info p { color:white}
.clear { clear:both; margin-top:10px;}
</style>
<script type="text/javascript" src="jquery-1.6.2.min.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
$('.galleryImage').hover(
function(){
$(this).find('img').animate({width:100, marginTop:10, marginLeft:10}, 500);
},
function(){
$(this).find('img').animate({width:325, marginTop:0, marginLeft:0},300);
});
});
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body>
<div class="galleryContainer">
<!--galleryEntry-->
<div class="galleryImage">
<img src="http://files.jb51.net/file_images/article/201508/2015810102423303.jpg"></img>
<div class="info">
<h2>美国农场</h2>
<p>
美国农场的大自然美景.
</p>
</div>
</div>
<!--end galleryEntry-->
<!--galleryEntry-->
<div class="galleryImage">
<img src="http://files.jb51.net/file_images/article/201508/2015810102436957.jpg"></img>
<div class="info">
<h2>日落黄昏</h2>
<p>
美丽的日落,拍摄于2009年10月16日,印度尼西亚。
</p>
</div>
</div>
<!--end galleryEntry-->
<!--galleryEntry-->
<div class="galleryImage">
<img src="http://files.jb51.net/file_images/article/201508/2015810102445216.jpg"></img>
<div class="info">
<h2>欧洲乡野</h2>
<p>
沉浸在大自然的寂静里, Tennessee in 2006.
</p>
</div>
</div>
<!--end galleryEntry-->
</div>
</div>
</body>
</html>
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有