单个图片效果

  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)

组图效果之一

  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)

所需的文件调用 代码:

<script type="text/javascript" src="js/jQuery.js"></script>

<script type="text/javascript" src="js/jquery.clouds.albums.js"></script>

<script type="text/javascript" src="highslide/highslide.js"></script>

 

HTML 代码:

<div ></a></li>
</ul> 
</div>

 

CSS 代码:

.moveShow{position: relative; top:0; left:0;overflow: hidden;}
.moveShowBox { position: absolute; top:0; left:0; }
.demo2 li{float:left; width:200px; height:200px; border:1px solid #000; overflow:hidden; }

 

JavaScript 代码:

<script type="text/javascript">
hs.graphicsDir = 'highslide/graphics/';
hs.wrapperClassName = 'wide-border';
hs.fadeInOut = true;

$(function(){
     $('#demo2 li').synchroMove({complete:completeDo}) ;
/* 完整的例子: $('#demo2 li').synchroMove({speed:'slow',complete:completeDo}) ;*/
/* 其中,参数 speed 的值有: slow , normal , fast*/ });

function completeDo(){ /*此函数控制鼠标点击图片后、弹出的效果*/
     $('#demo2 a').click(function(){
        hs.expand(this);
        return false;
     });
};

</script>

组图效果之二

  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)
  • jQuery 浮云相册展示插件 (jQuery Clouds Albums Plus)

所需的文件调用 代码:

<script type="text/javascript" src="js/jQuery.js"></script>

<script type="text/javascript" src="js/jquery.clouds.albums.js"></script>

<script type="text/javascript" src="highslide/highslide.js"></script>

 

HTML 代码:

<div ></a></li>
</ul> 
</div>

 

CSS 代码:

.moveShow{position: relative; top:0; left:0;overflow: hidden;}
.moveShowBox { position: absolute; top:0; left:0; }
.demo3 li{float:left;width:100px; height:100px; border:1px solid #000; overflow:hidden; }

 

JavaScript 代码:

<script type="text/javascript">
hs.graphicsDir = 'highslide/graphics/';
hs.wrapperClassName = 'wide-border';
hs.fadeInOut = true;

$(function(){
     $('#demo3 li').synchroMove({complete:completeDo}) ;
});

function completeDo(){
     $('#demo3 a').click(function(){
        hs.expand(this);
        return false;
     });
};

</script>

相关文章:

  • 2021-07-16
  • 2022-12-23
  • 2021-11-07
  • 2022-03-03
  • 2021-09-20
  • 2021-06-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2022-03-05
  • 2021-08-19
  • 2021-04-01
相关资源
相似解决方案