Log in

View Full Version : Align content vertical and horizontal



froggy
12-13-2008, 09:58 AM
Hi all,

I have created a website and centered everything horizontally using the following css:



#container {
width: 800px;
margin: auto;
}


I just all content inside the container.

How can i centre the content vertically? so its completely in the center of the screen.

Thankyou.

Snookerman
12-13-2008, 10:19 AM
I think you will need three div containers for that, here are a few examples:

http://www.jakpsatweb.cz/css/css-vertical-center-solution.html (http://www.jakpsatweb.cz/css/css-vertical-center-solution.html)
http://www.vdotmedia.com/blog/vertically-center-content-with-css/ (http://www.vdotmedia.com/blog/vertically-center-content-with-css/)