Detach It allows developers to mark a page element as fixed, and always show it on the page, even when the user scrolls down.
The fixed element will stick to the top of the page when scrolling down, and re-take its original position whenever that position comes into the viewport again.
Detach It doesn't mess the page layout, but merely creates a copy of the selected element, showing the copy in the fixed position, while the original element is left in place.
Requirements:
· JavaScript enabled on client side
· jQuery JavaScript Library