Probably everyone but I knew that <div height="100%" style="position: relative;">
is different from <div style="height: 100%; position: relative;"> The latter does seem to work. Thanks! /JEP On Jan 31, 2008, at 8:02 AM, Mark Finney wrote: > You could over come that with height:100% but it seems crazy to put > a div inside each table cell... > > I am sure there is a way of positioning the paragraph on the bottom > of the table cell? Surely better spending your time making that work? > > Good luck, > > Mark > > > > On 31/01/2008, Jeff Piazza <[EMAIL PROTECTED]> wrote: > >> 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 ______________________________________________________________________ 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/
