Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
|
I agree on increasing the size of the text boxes. You can either add a size="some number" to all of the text boxes or add width:# of px to the class. If you do specify the width in the css make sure it's large enough to allow all the 'options' in your 'select boxes' to display completely. If you make it too small they'll simply disappear behind the scroll bar.
As for the borders I know that select boxes sometimes behave differently than text boxes. You might try adding select.gen to your style sheet so instead of .gen { } it would become .gen, select.gen { } I'm not entirely sure if that works, but it's easy enough to test.
|