Tue, 2003-09-02 08:37
Ok... I followed tonys advice and its great... only... im now having trouble getting my text 'submit' to center vertically in the button.
input.button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #D9DD9D; width: 80px; background: #990000; line-height: 14px; height: 25px; margin: 2px 0 2px 0; border-top: 2px solid #E0E0C2; border-right: 2px solid #AEAE00; border-bottom: 2px solid #808000; border-left: 2px solid #E0E0C2; }
This makes the 'Submit' text appear low in the button area.
Any help appreciated.
Tue, 2003-09-02 09:08
#1
Form Buttons styling
Hi Martagnan,
Try adjusting the line-height to about 18px.
Hope that helps.