I have a line of text:
Support Promo Code
A field:
size 17
And a submit button that reads:
Validate Promo Code
set as follow
aaaaaa
bbbbbb
cccccc
How could I make the three elements same width
and pretty much cross-browser, knowing that I do not support IE6
needs to be Chrome, IE and FF.
I believe that making the button an image will take care of the submit button width but the field and text somehow render differently in each browser.
How could I resolve this quandary?