复制代码 代码如下:
以下为程序代码:>
);
x.appendto($('body'));
x.css({
width : $(this).width() - 6,
height : $(this).height() - 6,
left : $(this).offset().left,
top : $(this).offset().top
});
$($.browser.msie ? this : x).mouseout(function(){
x.remove();
});
});
});
点击查看演示:http://biyuan.tk/u/upload/201311131123292656.html