A jQuery plugin that able to make any HTML objects appear to be floating on your web page.
$(document).ready(function() { $('object').jqFloat({ width: 100, height: 100, speed: 1000 }); });