Terry Friesen wrote:
> That would be true if left and top were set for the positioned element.
> In this example they are not set so they would default to "auto".
> So the positioned table should be placed as though it were static
> positioned,and thus be offset by the parent table.
> Is that correct?

No. The positioned element is still taken out of flow.  So it should not 
be positioned as if the position were static.

That said, there are probably issues with positioning and tables 
interacting.  :)


Reply via email to