| View previous topic :: View next topic |
| Author |
Message |
sundarraj_mca
Joined: 14 May 2008 Posts: 17
|
Posted: Wed May 14, 2008 6:18 am Post subject: Text field size varies from password even both r equal size |
|
|
My login form has two fields username and password, carrying a size of 30 and maxlength of 30 but in IE password is litle bit shorter than the username.
i hope that i would get an answer |
|
| Back to top |
|
 |
|
|
rangana 500+ Club

Joined: 27 Feb 2008 Posts: 563 Location: Cebu City Philippines
|
Posted: Wed May 14, 2008 6:36 am Post subject: Re: Text field size varies from password even both r equal size |
|
|
If you want, you can set your input box's width using CSS
| Code: |
style="width:50px;"
|
See if it helps  |
|
| Back to top |
|
 |
sundarraj_mca
Joined: 14 May 2008 Posts: 17
|
Posted: Wed May 14, 2008 6:46 am Post subject: Re: Text field size varies from password even both r equal size |
|
|
| yes i got the right and exact answer thank you rangana |
|
| Back to top |
|
 |
rangana 500+ Club

Joined: 27 Feb 2008 Posts: 563 Location: Cebu City Philippines
|
Posted: Wed May 14, 2008 7:13 am Post subject: Re: Text field size varies from password even both r equal size |
|
|
No problem, glad I could help  |
|
| Back to top |
|
 |
|