On Thu, 17 Jul 2003 17:08:17 -0700, "sbcGlobal"
<alan (AT) removethisDolphinAd (DOT) com> wrote:
Quote:
To add vertical centering, add a table which is one column and one row and
set it to 100% hor and 100% vert. This will fill the page. It is a bit flaky
because 100% vert is different in different browsers. |
The height attribute of tables is completely ignored by modern
browsers when rendering in standards mode. In quirks mode, they will
attempt to respect the height attribute, but usually have a few bugs
in rendering CSS properly. See an example at
http://apptools.com/newsgroup/tableheight.html.
Gary