<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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 /></a>

相关文章:

  • 2022-12-23
  • 2021-05-20
  • 2021-09-20
  • 2021-07-07
  • 2021-10-24
  • 2021-05-26
  • 2021-12-26
猜你喜欢
  • 2021-09-18
  • 2021-10-05
  • 2021-10-25
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2021-12-27
相关资源
相似解决方案