I'm looking for a way to have a <td> not allow content to extend beyond it's
defined area and I came across the "clip" style which sounds right, but it
only applies to an element who'se "position" style is "absolute".
My question is, why would you use absolute positioning on a <TD> element?
It seems to me like the debate is tables vs. absolute positioning. am I
missing something?
Adam