Webkori’s Weblog

Archive for August 2009

alway Sticky Footer in Bottom of page

Posted by: webkori on: August 24, 2009

The simplest way to horizontally and vertically center a DIV

Posted by: webkori on: August 24, 2009

I have gone trough a lot of ways to horizontally and vertically center a DIV. Many of the code snippets had a Child DIV1 inside a Parent DIV2 to center the Child. They work perfect but I found a simpler way to center a single DIV trough CSS.
I am not sure if this is already [...]