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.html

.tinyTextBox {
        width: 40px;
display: inline;
float: none;
vertical-align: top;
}
...should give you a nice line up.

tested in Opera8.0, Firefox1.0 and IE6.

BTW: 'inline' is not a good class-name.

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to