|
Posted by rf on February 10, 2008, 8:07 pm
Please log in for more thread options
> Hi,
>
> On this page
>
> http://easyrx.us/public/register/start
>
> I have a table (with the burnt orange background, to the right) within
> a table cell. The background color of the cell is purple, which
> you'll probably be able to see on PC IE 7. What I want is to
> vertically center that table within the table cell, but specifying the
> "valign='middle'" property in the parent table cell doesn't seem to be
> doing anything.
>
> Ideally, shouldn't doing so make part of the purple bg appear both
> above and below the table?
You could just remove the orange bit. Nobody is going to be able to read it
anyway at 10 pixels.
Since it *is* pixels it does not enlarge in IE without using the
accessibility options. In modern browsers when the text is enlarged the
entire layout falls apart.
That is one serious misuse of tables. Nested at least 5 deep. No wonder the
browser gets confused :-)
--
Richard.
|