In javascript I need to show div content on the center of the browser window; Content of the window is high therefore it has a scroll.
How can I set up div element on the center of the screen independently of the scroll ?
Thanks!
|
In javascript I need to show div content on the center of the browser window; Content of the window is high therefore it has a scroll. How can I set up div element on the center of the screen independently of the scroll ? Thanks! |
|||
|
|
You can use this CSS (You don't need javascript for that):
You can check out the demo here including scrollingYou can make the div pretty with additional CSS. Check out demo |
||||
|
You want a CSS property, not JS. What you need to make it scroll is |
|||
|
|