首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

漂亮适用的商品图片jquery tips提示框(无图片箭头+阴影)

2013-11-14 
漂亮实用的商品图片jquery tips提示框(无图片箭头+阴影)script typetext/javascript srchttp://ajax

漂亮实用的商品图片jquery tips提示框(无图片箭头+阴影)

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

<style type="text/css">?

#tip{position:absolute;display:none;}

#tip s{position:absolute;top:40px;left:-21px;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;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 /></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="http://www.qiahui.com/" ><img src="http://img04.taobaocdn.com/bao/uploaded/i4/T1dEBQXipuXXczdj2a_091642.jpg_310x310.jpg" /></a>

<a href="http://www.qiahui.com/" ><img src="http://img03.taobaocdn.com/bao/uploaded/i3/T1JrxRXhVjXXXPQgc2_044150.jpg_310x310.jpg" /></a>

<a href="http://www.qiahui.com/" ><img src="http://img03.taobaocdn.com/bao/uploaded/i3/T1tDNOXfNeXXXkeTI8_102031.jpg_310x310.jpg" /></a>

?

热点排行