Try using the ScrollTo plugin: http://flesler.blogspot.com/2007/10/jqueryscrollto.html
Use the anchor/div element as the element to scroll to, and calculate the offset (based on height of a user's viewport) so the it'll scroll to somewhere just above that, leaving the element in the center. On Mar 9, 11:50 am, mangajin <[email protected]> wrote: > Hi, > > Normally when we have this url :www.mypage.html#aboutt, the browser > will jump to the area that anchor or div element has #about. By > default the browser will show that anchor or div at the top most of > the page. Are there any ways in jQuery that show that specific anchor > in the middle of bottom of the page? > > Thanks

