tags:

views:

29

answers:

2

I want to center a div in the document body in jquery.

I have a read more button that shows an extra div when you click it, and i want the move the window position to be centered around this div.

A: 

Try this:

CSS: Is it possible to get a div that is 100% height, less a top and bottom margin?

alt text

Cheeso
I may be wrong, but I think he has dynamic content he wants to focus on based on a user click.
R0MANARMY
You may also be right!
Cheeso
A: 

Take a look at the ScrollTo plugin. If memory serves correctly, it scrolls using the scrollbars so you don't take a massive performance hit.

R0MANARMY