what's wrong with a fixed position? :) $('p').css({position:'fixed',left:'50%',top:'50%'});
or perhaps you just need to make a more indepth description ^^ GL, Tamm On 8/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hiya, > > On part of a site I'm working on I want to add a floating help box > which moves down the screen as the user scrolls down the page. It > shouldn't move horizontally, and vertically it should remain within > its container so that it doesn't cover the site header or footer. Is > this possible using jQuery? It's not mentioned in the tutorials, but > the interface demos on eyecon.ro imply it might be. > > Thanks, > > Ben. > >