Scrolling message box

Scrolling message box

I'm using the following code (not mine) to have a message box stay on the page as you scroll down. How can I change it so that the box always stays a certain number of pixels below the top of the window?

  1. $('.message_box').animate({top:$(window).scrollTop()+"px" },{queue: false, duration: 350});