Hi,
Can we fix size of TextBox and other control of form by CSS? If we can, then how?
Thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Feb 2, 2012, 12:22 AM
try
input[type="text"]
{
width: 98%;
color: #4C5A65;
padding-left: 3px;
}
it globly change yor text box style.
hope this help.