Plugin for making an element detach and float to remain visible when otherwise it would have scrolled up out of view.
##Installation##
<script src="/path/to/jquery.scrollfloater.js"></script>
##Usage##
HTML
<div id="element">
content
</div>
javascript
<script>
$('#element').scrollfloater();
</script>