Re: [css-d] CSS Form Problem - It works!

2005-05-27 Thread Gunlaug Sørtun
Christopher Harris wrote: Thanks Gunlaug - it works! But - how does the float affect it? It may be retarded to ask - but I'd just like to know why. I know that the labels and inputs were floating left, but why would they cause them to bunch up like that? Floats [Text Box] will always pass

Re: [css-d] CSS Form Problem

2005-05-27 Thread Christopher Harris
- the less you have to type, the more efficient it is. Kind of like using recursive funtions. A..laziness. - Chris From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: Christopher Harris <[EMAIL PROTECTED]> CC: [email protected] Subject: Re: [css-d

Re: [css-d] CSS Form Problem

2005-05-27 Thread Christopher Harris
öderback <[EMAIL PROTECTED]> To: Christopher Harris <[EMAIL PROTECTED]> CC: [email protected] Subject: Re: [css-d] CSS Form Problem Date: Sat, 28 May 2005 01:24:03 +0300 On 5/28/05, Christopher Harris <[EMAIL PROTECTED]> wrote: > I know it's because the labels

Re: [css-d] CSS Form Problem - It works!

2005-05-27 Thread Christopher Harris
t;[EMAIL PROTECTED]> To: Christopher Harris <[EMAIL PROTECTED]> CC: [email protected] Subject: Re: [css-d] CSS Form Problem Date: Fri, 27 May 2005 23:53:07 +0200 Christopher Harris wrote: The problem: I have a form, and everything is lining up properly except one line. It's the

Re: [css-d] CSS Form Problem

2005-05-27 Thread Jan Söderback
On 5/28/05, Christopher Harris <[EMAIL PROTECTED]> wrote: > I know it's because the labels and the boxes have display: block Why do the inputs need to be floated (or display:block, for that matter)? Putting float:left: on only the labels seems to work fine in Firefox. ___

Re: [css-d] CSS Form Problem

2005-05-27 Thread [EMAIL PROTECTED]
I believe the text between the two text boxes: "To" needs to be contained within a label tag. It is at present a tag without text. I'm not sure exactly what that means to the browser, but it seems to affect the float that you are looking for. Joel Goldstick www.columbuswebmakers.com Christo

Re: [css-d] CSS Form Problem

2005-05-27 Thread Gunlaug Sørtun
Christopher Harris wrote: The problem: I have a form, and everything is lining up properly except one line. It's the line with Square Feet: [Text Box] To [Text Box]. The problem is that I can't get them to line up on the same line. http://www.steeloaklimited.com/houseplantrends/formtest.ht

[css-d] CSS Form Problem

2005-05-27 Thread Christopher Harris
The problem: I have a form, and everything is lining up properly except one line. It's the line with Square Feet: [Text Box] To [Text Box]. The problem is that I can't get them to line up on the same line. The URL is: < http://www.steeloaklimited.com/houseplantrends/formtest.html > . The C