icydash
10-27-2009, 06:17 AM
hey guys, so i have a form, with a field:
<input type=text id="email" name="email" value=" Email address" tabindex=1 style="height: 23px; width: 240px; font-family: Arial; font-size: 12px; font-weight: bold; color:#91C2DA; border-width:3; border-color: #91C2DA; border-style:solid; background-color: #C9E5FD; vertical-align: middle">
And for whatever reason, all the characteristics work Except the vertical-align for the text. I've tried all different modifications, but none seem to work. Is there something obvious I'm missing here?
Thanks!
<input type=text id="email" name="email" value=" Email address" tabindex=1 style="height: 23px; width: 240px; font-family: Arial; font-size: 12px; font-weight: bold; color:#91C2DA; border-width:3; border-color: #91C2DA; border-style:solid; background-color: #C9E5FD; vertical-align: middle">
And for whatever reason, all the characteristics work Except the vertical-align for the text. I've tried all different modifications, but none seem to work. Is there something obvious I'm missing here?
Thanks!