Re: [css-d] Form Layout how would *you* do this? question...

2006-02-22 Thread Rakesh Pai
Give the ROW class a background: url(image with a single dot) repeat-x bottom, and give the individual spans a background-color: white. This is assuming that you are working on a white background, and you already have the code to align the elements correctly. On 2/22/06, Les Mizzell [EMAIL

Re: [css-d] Form Layout how would *you* do this? question...

2006-02-21 Thread Schalk
Les Mizzell wrote: What I'm trying to get is: http://www.columbiacityjazz.com/LEV4_VOUCHERS_DIV_STEP2.gif I've set it up like this: div class=ROW span class=fltLEFTLong Distance Telephone Calls/span span class=fltRIGHTinput type=text name=whatever/span /div The left/right

Re: [css-d] Form Layout how would *you* do this? question...

2006-02-21 Thread Rahul Gonsalves
Schalk wrote: Les Mizzell wrote: http://www.columbiacityjazz.com/LEV4_VOUCHERS_DIV_STEP2.gif Greetings Les, Current I get a can't connect server error when trying to access the link. Schalk: I can connect just fine to the server. Rahul. -- . . . . . . . . . . . . . . . . . . . . .

Re: [css-d] Form Layout how would *you* do this? question...

2006-02-21 Thread Holly Bergevin
From: Les Mizzell [EMAIL PROTECTED] What I'm trying to get is: http://www.columbiacityjazz.com/LEV4_VOUCHERS_DIV_STEP2.gif The left/right aligned columns isn't the problem. It's the darned dotted line between them. This same configuration takes place in dozens of places - Class ROW is 600

[css-d] Form Layout how would *you* do this? question...

2006-02-20 Thread Les Mizzell
What I'm trying to get is: http://www.columbiacityjazz.com/LEV4_VOUCHERS_DIV_STEP2.gif I've set it up like this: div class=ROW span class=fltLEFTLong Distance Telephone Calls/span span class=fltRIGHTinput type=text name=whatever/span /div The left/right aligned columns isn't the