您当前位置: 首页 >  WEB技术 >  类似淘宝网的图片放大代码(收藏)
2013/11/4 12:35:40 分类:WEB技术

类似淘宝网的图片放大代码(收藏)

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">h<ttp://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<title>类似淘宝网的图片放大代码</title>
<script type="text/javascript" src="/ajaxjs/jquery1.3.2.js"></script>
<script type="text/javascript" src="http://www.hujinjin.com/skin/ready/js/jquery.min.js"></script>
<style type="text/css">
#tip   {position:absolute;color:#333;display:none;}
#tip s   {position:absolute;top:40px;left:-20px;display:block;width:0px;height:0px;font-size:0px;line-height:0px;border-color:transparent #BBA transparent transparent;border-style:dashed solid dashed dashed;border-width:10px;}
#tip s i   {position:absolute;top:-10px;left:-8px;display:block;width:0px;height:0px;font-size:0px;line-height:0px;border-color:transparent #fff transparent transparent;border-style:dashed solid dashed dashed;border-width:10px;}
#tip .t_box   {position:relative;background-color:#CCC;filter:alpha(opacity=50);-moz-opacity:0.5;bottom:-3px;right:-3px;}
#tip .t_box div  {position:relative;background-color:#FFF;border:1px solid #ACA899;background:#FFF;padding:1px;top:-3px;left:-3px;}
   
.tip   {width:82px;height:82px;border:1px solid #DDD;}
</style>
<script type="text/javascript">
$(function(){
   $(\'.tip\').mouseover(function(){
      var $tip=$(\'<div id="tip"><div class="t_box"><div><s><i></i></s><img src="\'+this.src+\'" /></div></div></div>\');
      $(\'body\').append($tip);
      $(\'#tip\').show(\'fast\');
   }).mouseout(function(){
      $(\'#tip\').remove();
   }).mousemove(function(e){
      $(\'#tip\').css({"top":(e.pageY-60)+"px","left":(e.pageX+30)+"px"})
   })
})
</script>
<p> </p>
<a href="/"><img class="tip" src="http://www.hujinjin.com/d/file/grzz/wodedongtai/2013-06-16/0f9ece4e193efcf81ab2e45e915371ce.jpg" /></a>
<a href="#"><img class="tip" src="http://www.hujinjin.com/d/file/grzz/wodedongtai/2013-06-16/c8bf3b66af1c9179e886d5fa83f02ddf.jpg" /></a>
<a href="#" ><img class="tip" src="http://www.hujinjin.com/d/file/grzz/wodedongtai/2013-06-16/e51d5054f14cb363865f9b1b2489382c.jpg" /></a>

 

 

本文由胡金金个人网站整理发布,转载请注明地址:http://www.hujinjin.com/info/319.html

凡标明来源于胡金金个人网站的文章,皆为本站整理发布,若转载此文必须附原文链接,对部分平台更改其文内容当自己原创者,胡金金个人网站将保留其追究权利!
个人资讯推荐
友情链接