>> On Jan 27, 2008, at 1:47 PM, [EMAIL PROTECTED] wrote: > Quoting Jeff Piazza <[EMAIL PROTECTED]>: > >> I'm having a problem trying to position a paragraph at the bottom >> right of a table cell. The only way I can think to accomplish this >> is to declare the table cell "position: relative;", and then use >> absolute positioning for the paragraph within the cell. However, >> this seems to have the effect of positioning the paragraph relative >> to the viewport, rather than a table cell. I don't understand why >> this is, or what workaround will get me past this. >> > > The only workaround I can think of is to stick some wrapper element, > like a 'div', into each the cells and then relatively position it via > CSS. Ugly, but it should work. > On Jan 27, 2008, at 1:19 AM, Philippe Wittenbergh wrote: > > That would work, if you want to position the element from the top. > But 'bottom' will not position the element at the bottom of the table- > cell, only at the bottom of the div (which will only be as tall as > its in-flow content).
Does this mean I'm just out of luck for positioning a paragraph at the bottom of a table cell? /JEP ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
