Click to See Complete Forum and Search --> : Vertical align using margins....


freddygusto
08-11-2008, 01:24 PM
Hi guys,
I hope somebody can help on this one...

I am using a 2 column liquid layout with a left sidebar. I am defining my content layout on the right using CSS margins like this:

margin: auto 20px auto 26%;


In fact, I am trying to vertically center my content (on the right side) using the margin auto on both sides, but it isnt working...

How can I do this properly??

Many thanks in advance

Gus

KDLA
08-11-2008, 01:26 PM
Take a look here: http://www.jakpsatweb.cz/css/css-vertical-center-solution.html

KDLA

freddygusto
08-11-2008, 01:56 PM
Thanks KDLA