[WSG] How do I vertical-align bottom

2005-10-05 Thread Janelle Clemens
I have a div inside a table cell that needs to align to the bottom but can't get it to work.  Can anyone help?     http://www.sgi.com/tempie/box.html       Janelle ClemensWeb Programmer, SGI[EMAIL PROTECTED](650) 933-9362  

RE: [WSG] How do I vertical-align bottom

2005-10-05 Thread Paul Bennett
2 options spring to mind: (1) give the div margin-top to push it to the bottom. This way, even if the above content expands, the div *should* still appear at the bottom of the table cell (2) Rowspan the other two cells and split the third (containing the div) into two rows eg: ---

RE: [WSG] How do I vertical-align bottom

2005-10-05 Thread Janelle Clemens
@webstandardsgroup.org Subject: RE: [WSG] How do I vertical-align bottom 2 options spring to mind: (1) give the div margin-top to push it to the bottom. This way, even if the above content expands, the div *should* still appear at the bottom of the table cell (2) Rowspan the other two cells and split the

RE: [WSG] How do I vertical-align bottom

2005-10-06 Thread Nick Cowie
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Janelle Clemens Sent: Thursday, 6 October 2005 6:07 AM To: wsg@webstandardsgroup.org Subject: RE: [WSG] How do I vertical-align bottom Thanks Paul. I was hoping to find a solution without having to split the cell. But I might have to go

RE: [WSG] How do I vertical-align bottom

2005-10-06 Thread Janelle Clemens
Thank you Nick. That worked like a charm :-) Janelle -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Cowie Sent: Thursday, October 06, 2005 12:05 AM To: wsg@webstandardsgroup.org Subject: RE: [WSG] How do I vertical-align bottom You can use