Re: [css-d] ul/li alignment fails when height is longer than one line

2008-05-01 Thread Mark Lundquist
On May 1, 2008, at 10:49 AM, Daniel Kessler wrote: > alright. > > I dunno if it's actually tabular data and I have a difficult time > determining if it is or isn't. It is. > It's a list of records from a > database and that list is presented here to choose which record to > edit. It does

Re: [css-d] ul/li alignment fails when height is longer than one line

2008-05-01 Thread Daniel Kessler
uot; <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, May 01, 2008 12:34 PM > Subject: [css-d] ul/li alignment fails when height is longer than > one line > > >> I'm trying to replicate a table and really am not very good at it &

Re: [css-d] ul/li alignment fails when height is longer than one line

2008-05-01 Thread Mauricio (Maujor) Samy Silva
or do livro: "Construindo Sites com CSS e (X)HTML" http://livrocss.com.br - Original Message - From: "Daniel Kessler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 01, 2008 12:34 PM Subject: [css-d] ul/li alignment fails when height is l

Re: [css-d] ul/li alignment fails when height is longer than one line

2008-05-01 Thread Valerie Wininger
Well, I would say this counts as tabular data, which would call for you to actually use a table. It would make sense and solve your problem. Valerie On Thu, May 1, 2008 at 11:34 AM, Daniel Kessler <[EMAIL PROTECTED]> wrote: > I'm trying to replicate a table and really am not very good at it > y

[css-d] ul/li alignment fails when height is longer than one line

2008-05-01 Thread Daniel Kessler
I'm trying to replicate a table and really am not very good at it yet. It has one column, Department, than can be quite long. I gave it a max width so that it would wrap to multiple lines. Then it is followed by another column, Status. Status isn't multi-lines, so what it does is contin