So i am trying get 2 div-containers which both should contain centered text (Both x- and y-axis).
Thanks to Google and stackoverflow, i stumbled over a few workarounds w
Vertical-align:middle property is not used with position:absolute; if you are using vertical-align:middle then try this layout modified layout http://jsfiddle.net/7Rgvs/5/
Vertical-align:middle
position:absolute;