Header
FIXED AD

Project Page - https://github.com/yairEO/stickyfloat


Example:
jQuery('.menu').stickyfloat({ duration: 400 });
Or to update a floating element you might do:
jQuery('.menu2').stickyfloat( 'update',
{
	duration : 0, 
	stickToBottom:true
});

Parameters: