一个jQuery插件可以在你的网页里设置悬浮的元素,比如图片或者div层。
$(document).ready(function() { $('object').jqFloat({ width: 100, height: 100, speed: 1000 }); });