The offending button can be seen at
www.thedebauchers.com/align.php


Adding this (to the CSS):

input, select {
vertical-align:middle;
display:inline;
}

... worked in Firefox 1.0.7/Win. Vertical-align tells the browser to align to the middle of the line, and the display property puts them on the same line. You could give them a class instead if you didn't want all input and select boxes to adopt the rule.

--
Derek
______________________________________________________________________
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