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
- 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
ö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
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
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.
___
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
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
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