[thelist] Vertically Centering Tables

Nebula thelist at lists.evolt.org
Tue Feb 18 09:17:00 2003


><><><><><><><><><><><><><><><><><><><><
> joe "web page design for designers" gillespie has a method
>
> http://www.wpdfd.com/editorial/wpd0103.htm#toptip
>
> who'da thunk it?
><><><><><><><><><><><><><><><><><><><><

Man, that'd be absolutely perfect for what I'm doing.  But the only
problem is...that solution requires the height and width of the content
to be a static pixel count.  For my tables, I use a percentage (90% of
the browser width, to be exact).  For the height...well, I don't use a
height.  It changes from page to page, depending on how much (or how
little) content there is to view.

Basicially, it'd be best to have this work off the width, as opposed to
the height.  Would this be hard to do?